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:
Sylvain Rochet 2015-02-21 18:43:31 +01:00
parent 9052511c86
commit 973472c51e

View File

@ -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 */
/**