Add a comment before sl_compress_tcp() regarding mbuf assumptions.

This commit is contained in:
Archie Cobbs 1999-10-29 17:00:18 +00:00
parent dd4bd1e7ba
commit 3893348e48

View File

@ -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;