lwip/src
Sylvain Rochet 7b681bc94a PPP: re-order functions in the common sense API order
Re-order ppp.[ch] functions in the order functions should be called from
user application. Moved create functions, which actually return a PPP
control block before functions needing a PPP control block.
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: re-order functions in the common sense API order 2015-02-17 23:22:12 +01:00
netif PPP: re-order functions in the common sense API order 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