]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: add fastopen support
authorEric Dumazet <edumazet@google.com>
Sat, 4 May 2013 03:48:00 +0000 (20:48 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 4 May 2013 03:48:30 +0000 (20:48 -0700)
commit9cb1eccf6910209673a7e9fc135708420db683d4
tree8561f759d6e3ccf8b0e8984da8ac3521a61e8e13
parent5f409678ebf222e79c19f4fb0c167c97c8db8711
ss: add fastopen support

ss -i can output "fastopen" attribute if socket used Fast Open

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/linux/tcp.h [new file with mode: 0644]
misc/ss.c