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-12-28 18:16:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5b0a47ca87
lwip
/
src
/
api
History
sg
7721b20179
call accept-callback with ERR_MEM when allocating a pcb fails on passive open to inform the application about this error; ATTENTION: applications have to handle NULL pcb in accept callback!
2016-03-23 21:57:38 +01:00
..
api_lib.c
tcp: changed accept handling to be done internally: the application does not have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets do), call tcp_backlog_delayed()/tcp_backlog_accepted() (fixes bug
#46696
)
2016-03-22 07:30:44 +01:00
api_msg.c
call accept-callback with ERR_MEM when allocating a pcb fails on passive open to inform the application about this error; ATTENTION: applications have to handle NULL pcb in accept callback!
2016-03-23 21:57:38 +01:00
err.c
fixed typo in one of the last commits
2016-03-06 20:59:50 +01:00
netbuf.c
netdb.c
netifapi.c
Port netifapi to new simple tcpip API call method
2016-03-10 22:42:21 +01:00
pppapi.c
PPPAPI: Don't return garbage in *_create calls in case tcpip_api_call() fails;
2016-03-16 23:01:05 +01:00
sockets.c
lwip_accept: fixed returning EOPNOTSUPP instead of -1 (EOPNOTSUPP is set as socket error)
2016-03-23 14:27:40 +01:00
tcpip.c
Cleanup and simplify tcpip_api_call() implementation a bit
2016-03-22 21:52:11 +01:00