How can I figure out if a packet is a TCP Keep-Alive?

后端 未结 1 1012
别那么骄傲
别那么骄傲 2021-01-13 13:40

Wireshark and Network Monitor provide filters for this but I want to know how can I infer whether a packet is a TCP Keep-Alive or Keep-Alive Ack by looking at the header or

相关标签:
1条回答
  • 2021-01-13 14:31

    A TCP keep-alive packet is an ACK with the sequence number set to one less than the current sequence number for the connection.

    0 讨论(0)
提交回复
热议问题