Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: matt
Date: Wed Aug 4 21:40:39 UTC 1999
Modified Files:
syssrc/sys/kern: uipc_socket2.c
Log Message:
Don't compress mbuf clusters which are referenced by multiple
mbufs since you might overwriting valuable data. (think of
m_copy'ed data from a TCP re-transmission queue. Since those
might be in clusters and referenced in two sockets).
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/kern/uipc_socket2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index