author | Szabolcs Nagy <nsz@port70.net> | 2019年12月22日 12:02:52 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019年12月30日 18:14:08 -0500 |
commit | 5e0c9f246cf7c0d174b7b8fbd9e02d4729ff66d2 (patch) | |
tree | 379c42e17833380f2f88b7dcda883659132d0a32 /include/netinet | |
parent | 5675aaa5595619135baf33923de52a44307af9fb (diff) | |
download | musl-5e0c9f246cf7c0d174b7b8fbd9e02d4729ff66d2.tar.gz |
-rw-r--r-- | include/netinet/tcp.h | 2 |
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 69de9d5a..44a007aa 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -234,6 +234,8 @@ struct tcp_info { uint64_t tcpi_bytes_retrans; uint32_t tcpi_dsack_dups; uint32_t tcpi_reord_seen; + uint32_t tcpi_rcv_ooopack; + uint32_t tcpi_snd_wnd; }; #define TCP_MD5SIG_MAXKEYLEN 80 |