Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/04/1999 14:40:39
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.