From 2db75135904659b1b6d753c41009853ec64d41bc Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Mon, 20 Apr 2015 21:14:05 +0200 Subject: [PATCH] PPP, VJ, improved opt.h comment about VJ --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 1ebd542b..fe53defd 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -2125,7 +2125,7 @@ #endif #if !PPPOS_SUPPORT || !PPP_IPV4_SUPPORT #undef VJ_SUPPORT -#define VJ_SUPPORT 0 /* VJ compression is only supported for PPPoS. */ +#define VJ_SUPPORT 0 /* VJ compression is only supported for IPv4 over PPPoS. */ #endif /* !PPPOS_SUPPORT */ /**