The guy's name is Van Jacobson (not Jabobsen or Jacobsen :-)

This commit is contained in:
goldsimon 2009-12-04 08:57:22 +00:00
parent 65f006e52e
commit 3fa63b35b3
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ typedef struct PPPControl_s {
ext_accm outACCM; /* Async-Ctl-Char-Map for output. */ ext_accm outACCM; /* Async-Ctl-Char-Map for output. */
#if PPPOS_SUPPORT && VJ_SUPPORT #if PPPOS_SUPPORT && VJ_SUPPORT
int vjEnabled; /* Flag indicating VJ compression enabled. */ int vjEnabled; /* Flag indicating VJ compression enabled. */
struct vjcompress vjComp; /* Van Jabobsen compression header. */ struct vjcompress vjComp; /* Van Jacobson compression header. */
#endif /* PPPOS_SUPPORT && VJ_SUPPORT */ #endif /* PPPOS_SUPPORT && VJ_SUPPORT */
struct netif netif; struct netif netif;

View File

@ -136,7 +136,7 @@ vj_compress_init(struct vjcompress *comp)
} }
/* /*
* vj_compress_tcp - Attempt to do Van Jacobsen header compression on a * vj_compress_tcp - Attempt to do Van Jacobson header compression on a
* packet. This assumes that nb and comp are not null and that the first * packet. This assumes that nb and comp are not null and that the first
* buffer of the chain contains a valid IP header. * buffer of the chain contains a valid IP header.
* Return the VJ type code indicating whether or not the packet was * Return the VJ type code indicating whether or not the packet was