mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 00:15:16 +00:00
opt: clarified VJ support
VJ is only supported for PPPoS, RFCs does not say VJ is forbidden on PPPoE or PPPoL2TP (looks like it is strongly discouraged though, due to checksum issues when using VJ).
This commit is contained in:
parent
9052511c86
commit
973472c51e
@ -2056,7 +2056,7 @@
|
||||
#endif
|
||||
#if !PPPOS_SUPPORT
|
||||
#undef VJ_SUPPORT
|
||||
#define VJ_SUPPORT 0 /* Only PPPoS may need VJ compression */
|
||||
#define VJ_SUPPORT 0 /* VJ compression is only supported for PPPoS. */
|
||||
#endif /* !PPPOS_SUPPORT */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user