Basic implementation of TCP over XDP for Knot server
Compare changes
Files
3- Libor Peltan authored
+ 22
− 4
@@ -113,8 +113,15 @@ typedef struct {
@@ -245,7 +252,8 @@ static udp_api_t udp_recvfrom_api = {
@@ -362,7 +370,8 @@ static udp_api_t udp_recvmmsg_api = {
@@ -394,12 +403,18 @@ static int xdp_recvmmsg_send(void *d, void *xdp_sock)
@@ -535,7 +550,7 @@ int udp_master(dthread_t *thread)
@@ -547,6 +562,9 @@ int udp_master(dthread_t *thread)