VJ support is back!

This commit is contained in:
Sylvain Rochet
2012-06-03 20:44:47 +02:00
parent 3bad9ff50a
commit c09f03f6e8
4 changed files with 817 additions and 1 deletions

View File

@@ -1759,8 +1759,12 @@
* VJ_SUPPORT==1: Support VJ header compression.
*/
#ifndef VJ_SUPPORT
#define VJ_SUPPORT 0
#define VJ_SUPPORT 1
#endif
#if !PPPOS_SUPPORT
#undef VJ_SUPPORT
#define VJ_SUPPORT 0 /* Only PPPoS may need VJ compression */
#endif /* !PPPOS_SUPPORT */
/**
* PPP_MD5_RANDM==1: Use MD5 for better randomness. Automatically enabled if CHAP support is enabled.