Source-Changes archive

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

CVS commit: [netbsd-8] src/sys



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