diff options
-rw-r--r-- | include/netinet/tcp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 2747f4ea..1e2acfbf 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -56,6 +56,16 @@ enum { TCP_NLA_SNDBUF_LIMITED, TCP_NLA_DATA_SEGS_OUT, TCP_NLA_TOTAL_RETRANS, + TCP_NLA_PACING_RATE, + TCP_NLA_DELIVERY_RATE, + TCP_NLA_SND_CWND, + TCP_NLA_REORDERING, + TCP_NLA_MIN_RTT, + TCP_NLA_RECUR_RETRANS, + TCP_NLA_DELIVERY_RATE_APP_LMT, + TCP_NLA_SNDQ_SIZE, + TCP_NLA_CA_STATE, + TCP_NLA_SND_SSTHRESH, }; #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |