This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://github.com/lwip-tcpip/lwip.git
synced
2024-11-07 14:26:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1d8335a8c
lwip
/
src
History
fbernon
a1d8335a8c
Fix do_delconn when used with LWIP_TCPIP_CORE_LOCKING=1 on "non-TCP" connections...
2007-07-24 17:27:48 +00:00
..
api
Fix do_delconn when used with LWIP_TCPIP_CORE_LOCKING=1 on "non-TCP" connections...
2007-07-24 17:27:48 +00:00
core
Fix bug
#20480
: Check the pcb passed to tcp_listen() for the correct state (must be CLOSED).
2007-07-24 07:41:55 +00:00
include
opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add a link callback in the netif struct, and functions to handle it. Be carefull for port maintainers to add the NETIF_FLAG_LINK_UP flag (like in ethernetif.c) if you want to be sure to be compatible with future changes...
2007-07-13 15:00:40 +00:00
netif
Minor fix: debug text inside ethernetif_input
2007-07-24 08:49:00 +00:00
FILES