BUG26301 and BUG26267: correct simultaneous close behaviour, and make

snd_nxt have the same meaning as in the RFCs.
This commit is contained in:
kieranm
2009-06-25 09:57:36 +00:00
parent aefeba3fc0
commit c232edb83a
4 changed files with 33 additions and 53 deletions

View File

@@ -1014,7 +1014,6 @@ tcp_alloc(u8_t prio)
iss = tcp_next_iss();
pcb->snd_wl2 = iss;
pcb->snd_nxt = iss;
pcb->snd_max = iss;
pcb->lastack = iss;
pcb->snd_lbb = iss;
pcb->tmr = tcp_ticks;