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 66f1aed1510..d15a36dc774 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -475,6 +475,9 @@ typedef struct _tcp_main /* Seed used to generate random iss */ tcp_iss_seed_t iss_seed; + /** Hash table of cc algorithms by name */ + uword *cc_algo_by_name; + /* * Configuration */ |