diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2017-06-17 21:50:03 +0000 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2017-11-05 18:41:09 -0500 | 
| commit | c519658ceaf19e1e080ae337a79b56d37dae271c (patch) | |
| tree | e15331a96306fa4b11ada7b08fba2eb47b3b51aa | |
| parent | ee3ae7827b00c734a3c32839fb1427015900e598 (diff) | |
| download | musl-c519658ceaf19e1e080ae337a79b56d37dae271c.tar.gz | |
add TCP_NLA_* enums from linux v4.11
two new stats for SCM_TIMESTAMPING_OPT_STATS, added in linux commit
7e98102f489775d8c000884fca8a0d995ea688a9
| -rw-r--r-- | include/netinet/tcp.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index b85844c8..652418be 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -50,6 +50,8 @@ enum {  	TCP_NLA_BUSY,  	TCP_NLA_RWND_LIMITED,  	TCP_NLA_SNDBUF_LIMITED, +	TCP_NLA_DATA_SEGS_OUT, +	TCP_NLA_TOTAL_RETRANS,  };  #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) | 
