diff options
| author | David S. Miller <davem@davemloft.net> | 2015-02-28 15:10:47 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-02-28 15:10:47 -0500 |
| commit | f9c7ce18538ed9c099818a9335d7e427d60e97ae (patch) | |
| tree | 5dc19465848a991d8baf2ac3cac3079c92baef5f /include/linux | |
| parent | 6588af614e7b79294fbcd4a666a7422c0c854e80 (diff) | |
| parent | a0ea700e4095e26a8e291374757dd29519900f18 (diff) | |
Merge branch 'tcp-tso'
Eric Dumazet says:
====================
tcp: tso improvements
This patch serie reworks tcp_tso_should_defer() a bit
to get less bursts, and better ECN behavior.
We also removed tso_deferred field in tcp socket.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tcp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 1a7adb411647..97dbf16f7d9d 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -236,7 +236,6 @@ struct tcp_sock { u32 lost_out; /* Lost packets */ u32 sacked_out; /* SACK'd packets */ u32 fackets_out; /* FACK'd packets */ - u32 tso_deferred; /* from STCP, retrans queue hinting */ struct sk_buff* lost_skb_hint; |
