[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] pcb->lbb = ISS - 1?
From: |
narke |
Subject: |
[lwip-devel] pcb->lbb = ISS - 1? |
Date: |
Tue, 10 Apr 2012 12:49:51 +0800 |
Hi,
I found the first segment (SYN) sent from a connection has a seqno of
tcp_next_iss() - 1, and this is because the segment was created with a
seqno equals with pcb-lbb, which was assigned with tcp_next_iss() in
the tcp_connect() function. Why is this '- 1' operation is necessary?
Thanks in advance.
--
Life is the only flaw in an otherwise perfect nonexistence
-- Schopenhauer
narke
public key at http://subkeys.pgp.net:11371 (address@hidden)
- [lwip-devel] pcb->lbb = ISS - 1?,
narke <=