mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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. */
|
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;
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user