lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #3168] Handling UDP/TCP PCBs upon netif address change


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #3168] Handling UDP/TCP PCBs upon netif address change.
Date: Sun, 13 May 2007 15:05:56 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #13, bug #3168 (project lwip):

>The receive side, however, sits there and waits since there is no new packet
delivered.

Knowing which error code to return, it would be the easiest to call
udp_pcb->recv() with a pbuf = NULL to indicate an error, which could set
conn->err appropriately. That way, a new recv would return that error.
Handling a blocking recv while changing the ip_addr would still remain,
though.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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