Add a comment before sl_compress_tcp() regarding mbuf assumptions.
This commit is contained in:
parent
dd4bd1e7ba
commit
3893348e48
@ -147,6 +147,10 @@ sl_compress_init(comp, max_state)
|
||||
} \
|
||||
}
|
||||
|
||||
/*
|
||||
* Attempt to compress a TCP packet. This function assumes that the
|
||||
* complete IP+TCP headers have been pulled up into the first mbuf.
|
||||
*/
|
||||
u_int
|
||||
sl_compress_tcp(m, ip, comp, compress_cid)
|
||||
struct mbuf *m;
|
||||
|
Loading…
x
Reference in New Issue
Block a user