mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
The guy's name is Van Jacobson (not Jabobsen or Jacobsen :-)
This commit is contained in:
parent
65f006e52e
commit
3fa63b35b3
@ -166,7 +166,7 @@ typedef struct PPPControl_s {
|
||||
ext_accm outACCM; /* Async-Ctl-Char-Map for output. */
|
||||
#if PPPOS_SUPPORT && VJ_SUPPORT
|
||||
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 */
|
||||
|
||||
struct netif netif;
|
||||
|
@ -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
|
||||
* buffer of the chain contains a valid IP header.
|
||||
* Return the VJ type code indicating whether or not the packet was
|
||||
|
Loading…
Reference in New Issue
Block a user