jani
|
6d0a8a85c7
|
Fix locking for disconnect operation (use post and fetch on the connection's mbox in the two threads like other operations).Make netconn_peer take a pointer to addr instead of pointer to pointer to addr.Addr is a 4 byte struct an IP address so use structure assignment not just pointer assignment when saving the peer.This way the address is really saved :fixes bug #1897
|
2003-01-24 09:24:44 +00:00 |
|
jani
|
46c575c038
|
Fix udp_bind to allow rebind for same socket (yesterday's commit broke that) and introduce connection info for UDP pcbs.New function netconn_disconnect, do_disconnect for deatching UDP from a remote addres.Fix #2240
|
2003-01-22 16:18:05 +00:00 |
|
jani
|
16434f0d01
|
Don't allow multiple binds to the same UDP port/address pair.Closes bug #1896
|
2003-01-21 14:09:31 +00:00 |
|
likewise
|
cc4df7100d
|
Updated lwIP module copyright years to include 2003. Committers must check theirs.
|
2003-01-08 10:09:39 +00:00 |
|
kieranm
|
f975754ad9
|
Initialize err in do_close to prevent compiler warning.
|
2002-11-13 21:53:36 +00:00 |
|
likewise
|
f06e955072
|
Initial revision
|
2002-10-19 12:59:30 +00:00 |
|