NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/53247 CVS commit: [netbsd-8] src/sys
The following reply was made to PR bin/53247; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/53247 CVS commit: [netbsd-8] src/sys
Date: Sat, 12 May 2018 10:42:23 +0000
Module Name: src
Committed By: martin
Date: Sat May 12 10:42:22 UTC 2018
Modified Files:
src/sys/kern [netbsd-8]: uipc_usrreq.c
src/sys/net [netbsd-8]: raw_cb.h
src/sys/netinet6 [netbsd-8]: in6_proto.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #821):
sys/netinet6/in6_proto.c: revision 1.125
sys/net/raw_cb.h: revision 1.29
sys/kern/uipc_usrreq.c: revision 1.186
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.181.8.1 -r1.181.8.2 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.27.4.1 -r1.27.4.2 src/sys/net/raw_cb.h
cvs rdiff -u -r1.117.4.4 -r1.117.4.5 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