Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update a comment: TCP Fast Open is now an RFC
  • Loading branch information
infrastation committed Dec 19, 2014
1 parent 7685b21 commit 7cea408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print-tcp.c
Expand Up @@ -596,7 +596,7 @@ tcp_print(netdissect_options *ndo,
switch(magic) {

case 0xf989:
/* TCP Fast Open: draft-ietf-tcpm-fastopen-04 */
/* TCP Fast Open: RFC 7413 */
if (datalen == 2) {
/* Fast Open Cookie Request */
ND_PRINT((ndo, "tfo cookiereq"));
Expand Down

0 comments on commit 7cea408

Please sign in to comment.