lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #26251] RST process in TIME_WAIT TCP state


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #26251] RST process in TIME_WAIT TCP state
Date: Mon, 19 Oct 2009 16:09:40 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3

Follow-up Comment #4, bug #26251 (project lwip):

According RFC 793 (although that is somewhat outdated), there is more to do
in TIME_WAIT, we should also

- send RST on SYN,
- ACK a FIN and reset pcb->tmr
- ACK acceptable seqno (unless RST set)

Thus leaving pcb->rcv_nxt as it is might make sense, since we already have
received all data we expect.

Not calling tcp_output() twice is also a good idea :-)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?26251>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]