【发布时间】:2011-10-11 21:50:01
【问题描述】:
为什么the TCP three-way handshake 在初次握手期间确认时会颠倒序列号?这有什么比让确认号等于序列号更好呢?
建立连接
Client sends SYN,A
Server responds with SYN-ACK,A+1,B
Client confirms with ACK,B+1
这比什么好
Client sends SYN,A
Server responds with SYN-ACK,A,B
Client confirms with ACK,B
【问题讨论】: