NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53247 CVS commit: src/sys



The following reply was made to PR bin/53247; it has been noted by GNATS.

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53247 CVS commit: src/sys
Date: Fri, 11 May 2018 09:43:59 +0000

 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