如果我们有确认号,那么从那里我们可以跟踪接收到多少字节以及接下来需要哪个字节,那么那里的确认标志有什么用?
如果我们在 TCP 中已经有确认号,为什么需要确认标志
网络工程
tcp
联网
第 2 层
奥西
网络访问
2022-02-14 09:54:04
1个回答
ACK 标志表示确认号字段是重要的,即。包含有意义的值。当已经建立了套接字连接时,几乎总是如此,但在建立连接时并非如此。
确认号:32 位
If the ACK control bit is set this field contains the value of the next sequence number the sender of the segment is expecting to receive. Once a connection is established this is always sent.