最初のハンドシェイク中に ack すると、TCP スリーウェイ ハンドシェイクがシーケンス番号をバンプするのはなぜですか? 確認応答番号をシーケンス番号と同じままにしておくよりも、どのように良いのでしょうか?
との接続が確立されます。
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