tcp: Decrease TCP_TAP_FRAMES to 8
This significantly improves fairness in serving concurrent connections. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
e9961cecfc
commit
522878e6bb
1 changed files with 1 additions and 1 deletions
2
tcp.c
2
tcp.c
|
@ -349,7 +349,7 @@
|
|||
#define MAX_TAP_CONNS (128 * 1024)
|
||||
#define MAX_SPLICE_CONNS (128 * 1024)
|
||||
|
||||
#define TCP_TAP_FRAMES 32
|
||||
#define TCP_TAP_FRAMES 8
|
||||
|
||||
#define PIPE_SIZE (1024 * 1024)
|
||||
|
||||
|
|
Loading…
Reference in a new issue