tcp: Increase TCP_TAP_FRAMES once more
With an increased sending buffer size for the AF_UNIX socket, we can get slightly lower overhead. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
d4d61480b6
commit
cf9976beac
1 changed files with 1 additions and 1 deletions
2
tcp.c
2
tcp.c
|
@ -339,7 +339,7 @@
|
|||
#define MAX_TAP_CONNS (128 * 1024)
|
||||
#define MAX_SPLICE_CONNS (128 * 1024)
|
||||
|
||||
#define TCP_TAP_FRAMES 32
|
||||
#define TCP_TAP_FRAMES 64
|
||||
|
||||
#define MAX_PIPE_SIZE (2 * 1024 * 1024)
|
||||
|
||||
|
|
Loading…
Reference in a new issue