lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #25622] Lack of return code checks in tcp_listen_input


From: Roman Trunov
Subject: [lwip-devel] [bug #25622] Lack of return code checks in tcp_listen_input can cause incoming connections to become blocked.
Date: Thu, 12 Mar 2009 11:31:28 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ru; rv:1.9.0.7) Gecko/2009021910 Firefox/3.0.7

Follow-up Comment #5, bug #25622 (project lwip):

On the second thought, look like I was mistaken. Retransmission of lost ACKs
already exist using timers. So the only problem is missing check of return
code from tcp_enqueue(). As soon as packet is enqueued, it will be
periodically resent. Only if tcp_enqueue() fails, some action must be taken
(e.g. pcb destroyed or SYN reprocessed). So your approach was correct. Sorry
for noise.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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