What is the meaning of the values of TCP flags in the Info column? asked 27 Dec '11, 23:17 george edited 28 Dec '11, 06:31 multipleinte... |
One Answer:
The TCP flags shows what the sending TCP entity wants the receiving TCP entity to do. In this case SYNchronize with the sender, using the other data listed. Check the TCP/IP Guide for details. answered 27 Dec '11, 23:38 Jaap ♦ |
And be sure to have a look at the various TCP-related RFC's, such as the original TCP RFC, RFC 793, as well as RFC 3168, which introduced the ECE and CWR flags, and RFC 3540, which introduced the NS flag. These 3 latter flags are not [yet] mentioned in the TCP/IP Guide.