diff options
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r-- | src/vnet/tcp/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 9e2c6d8c4f5..66f1aed1510 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -486,6 +486,9 @@ typedef struct _tcp_main * rfc 7323 window scaling factor */ u32 max_rx_fifo; + /** Default MTU to be used when establishing connections */ + u16 default_mtu; + /** Number of preallocated connections */ u32 preallocated_connections; u32 preallocated_half_open_connections; |