projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3ae78
)
add TCP_NLA_* enums from linux v4.11
author
Szabolcs Nagy
<nsz@port70.net>
Sat, 17 Jun 2017 21:50:03 +0000
(21:50 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:09 +0000
(18:41 -0500)
two new stats for SCM_TIMESTAMPING_OPT_STATS, added in linux commit
7e98102f489775d8c000884fca8a0d995ea688a9
include/netinet/tcp.h
patch
|
blob
|
history
diff --git
a/include/netinet/tcp.h
b/include/netinet/tcp.h
index b85844c84d934e67d164d82b77f4ee31018a08d8..652418be9ccdfc253cb5bd9c260fed79fb2d2b1a 100644
(file)
--- 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)