lwip/src/include/netif/ppp
Sylvain Rochet 4beacc4ca0 PPP, VJ, fixed TCP retransmission
We used to modify in place the packet payload during compression but TCP
stack requires that we don't change the packet payload, therefore we now
copy the whole packet before compression.

Signed-off-by: Sylvain Rochet <gradator@gradator.net>
2016-01-24 20:07:54 +01:00
..
polarssl PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
ccp.h PPP, MPPE, issue CCP reset request if synchronization is lost 2015-04-26 22:04:21 +02:00
chap_ms.h
chap-md5.h
chap-new.h PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
eap.h PPP, EAP: removed malloc() and free() 2015-02-28 20:29:40 +01:00
ecp.h
eui64.h
fsm.h PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
ipcp.h
ipv6cp.h
lcp.h PPP, re-enabled MRU defines in opt.h 2015-05-01 00:08:34 +02:00
magic.h PPP, magic, renamed random_bytes() to magic_random_bytes() for API coherency 2015-08-30 21:09:39 +02:00
mppe.h PPP: fix constness in PPP related files when PRINTPKT_SUPPORT is enabled 2015-09-09 20:28:01 +02:00
ppp_impl.h PPP: include "ppp_settings.h" if PPP_INCLUDE_SETTINGS_HEADER is defined to be able to silence some warnings in PPP code only (at least msvc needs this since PPP produces more warnings than the rest) 2015-09-24 22:04:48 +02:00
ppp.h PPP: CCP: don't drop output packets if CCP negotiated that we don't compress on our side 2016-01-19 23:51:47 +01:00
pppcrypt.h
pppdebug.h
pppoe.h
pppol2tp.h PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
pppos.h PPP, PPPoS, replaced static sio_write() calls to a user defined callback 2015-09-13 17:53:16 +02:00
upap.h
vj.h PPP, VJ, fixed TCP retransmission 2016-01-24 20:07:54 +01:00