diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2004-06-07 01:28:12 -0700 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2004-06-07 01:28:12 -0700 |
| commit | 81cfe91210a288b8a8ebfeab13f097d26d283d64 (patch) | |
| tree | e1d390ea3be377a63deaeec9446691ed8261b9ba /include/linux/tcp.h | |
| parent | 66b992e8980e74a23edcff47155fd886c62c417a (diff) | |
[TCP]: Add receive DRS info to tcp_info.
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index a405c0f7d841..39e2d22619dc 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -183,6 +183,9 @@ struct tcp_info __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; + + __u32 tcpi_rcv_rtt; + __u32 tcpi_rcv_space; }; #ifdef __KERNEL__ |
