]> git.baikalelectronics.ru Git - kernel.git/commit
net-tcp: Fast Open client - cookie cache
authorYuchung Cheng <ycheng@google.com>
Thu, 19 Jul 2012 06:43:06 +0000 (06:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Jul 2012 17:55:36 +0000 (10:55 -0700)
commit226cb9df3e8f231848c1a6be9888059355cf15cc
treed90f9708cd6a291988b198ade7daf0d9f58c34cf
parentfd5762955c330f3652e87bb7f4b04e4aa61830b6
net-tcp: Fast Open client - cookie cache

With help from Eric Dumazet, add Fast Open metrics in tcp metrics cache.
The basic ones are MSS and the cookies. Later patch will cache more to
handle unfriendly middleboxes.

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_metrics.c