tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>
Wed, 16 Apr 2014 16:25:01 +0000 (01:25 +0900)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Apr 2014 22:18:54 +0000 (18:18 -0400)
This patch adds a TCP_FASTOPEN socket option to get a max backlog on its
listener to getsockopt().

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found