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 2561e439794..1e6cf8a9ae8 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -184,6 +184,9 @@ typedef struct tcp_configuration_ /** Timer ticks to wait in closing for fin ack */ u32 closing_time; + /** Timer ticks to wait for free buffer */ + u32 alloc_err_timeout; + /** Time to wait (sec) before cleaning up the connection */ f32 cleanup_time; |