summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-12-23 18:40:55 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-12-23 18:40:55 +0000
commit267e5baf5570a96a3c95d99a484b4427b6b72108 (patch)
treedfbd14c701c7b29bc106803f3d577ca36c5c5d57 /AUTHORS
parentfc22650de484783f50c5133bb74978506a0cff0f (diff)
downloadwireshark-267e5baf5570a96a3c95d99a484b4427b6b72108.tar.gz
From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8128 Add TCP Fast Open
This patch provides i) support for Shared Use of Experimental TCP Options (draft-ietf-tcpm-experimental-options-03) ii) support for TCP Fast Open (draft-ietf-tcpm-fastopen-02). A new 'TFO=R' string is appended at the column info in case a client sends a SYN packet with a Fast Open Cookie Request. Moreover, if the server responds with a SYN-ACK containing a Fast Open Cookie option a 'TFO=C' is shown (as well as in any subsequent client attempt to send SYN + DATA). tcp.options.tfo display filter can be used in order to easily select the complete TFO three-way handshake. Chrome (and I think also Firefox) has support for client-side TFO. Linux 3.7 got both client and server-side support. svn path=/trunk/; revision=46723
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index aa8c9e303a..34647515a0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2365,6 +2365,8 @@ Francesco Fondelli <francesco.fondelli[AT]gmail.com> {
Support for MPLS Packet Loss and Delay Measurement, RFC 6374
Support for DCCP Simultaneous-Open for NAT Traversal, RFC 5596
MPLS-TP Protection State Coordination (PSC) Protocol, RFC 6378
+ Support for Shared Use of Experimental TCP Options
+ Support for TCP Fast Open
}
Artem Tamazov <artem.tamazov[AT]tellabs.com> {