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
2025-02-24 18:40:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
History
Sylvain Rochet
bd29f7168c
PPP: ppp_init() is not a public function, moving it in private part
...
ppp_init() is not a public fonction anymore, move this function in ppp.c "private" functions.
2015-02-17 23:22:12 +01:00
..
api
PPP: removed ppp_delete(), merged with ppp_free()
2015-02-17 23:22:12 +01:00
core
fixed bug
#37614
"Errors from ipX_output are not processed". Now tcp_output(_segment) checks for the return value of ipX_output and does not try to send more on error. A netif driver can call tcp_txnow() (from tcpip_thread!) to try to send again if TX buffers are available again.
2015-02-17 08:02:34 +01:00
include
PPP: using a macro for ppp_set_default() instead of a function
2015-02-17 23:22:12 +01:00
netif
PPP: ppp_init() is not a public function, moving it in private part
2015-02-17 23:22:12 +01:00
FILES
Minor fix (tab, indent...) to respect source code style...
2007-05-04 15:14:14 +00:00