[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #6995] Implement SO_REUSEADDR
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [task #6995] Implement SO_REUSEADDR |
Date: |
Wed, 28 Nov 2007 12:44:32 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7 |
Follow-up Comment #2, task #6995 (project lwip):
Some more notes:
- udp_bind does currently not check for multiple binding, which looks like a
bug to me! This was disabled because it prevented binding multiple pcbs to a
local multicast address. I think that should be changed.
- when incoming packets are for multicast, udp_input should call the recv
function for all udp_pcbs listening to that port & address. Currently, only
the first pcb in the list will receive the data...
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?6995>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #6995] Implement SO_REUSEADDR,
Simon Goldschmidt <=