Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: roy
Date: Fri May 11 09:43:59 UTC 2018
Modified Files:
src/sys/kern: uipc_usrreq.c
src/sys/net: raw_cb.h
src/sys/netinet6: in6_proto.c
Log Message:
Increase the default size of some receive buffers from 8k to 16k.
This mitigates recent reports of socket overflow errors
and fixes PR bin/53247.
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.28 -r1.29 src/sys/net/raw_cb.h
cvs rdiff -u -r1.124 -r1.125 src/sys/netinet6/in6_proto.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