author | Szabolcs Nagy <nsz@port70.net> | 2021年05月26日 16:04:38 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022年03月08日 17:19:54 -0500 |
commit | bc89c311120111de330c99335d3139ff55fae1fe (patch) | |
tree | fb5f7c1bdfe74ff188b3f44a74603e95c5968e62 /include/netinet | |
parent | 9ffd145479c53b5eb0940dc6c3d09c060d7f3273 (diff) | |
download | musl-bc89c311120111de330c99335d3139ff55fae1fe.tar.gz |
-rw-r--r-- | include/netinet/tcp.h | 2 |
diff --git a/include/netinet/tcp.h b/include/netinet/tcp.h index 30f20239..08ed7cc2 100644 --- a/include/netinet/tcp.h +++ b/include/netinet/tcp.h @@ -80,6 +80,8 @@ enum { TCP_NLA_SRTT, TCP_NLA_TIMEOUT_REHASH, TCP_NLA_BYTES_NOTSENT, + TCP_NLA_EDT, + TCP_NLA_TTL, }; #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) |