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:   darrenr
Date:           Fri Sep  3 18:14:09 UTC 2004

Modified Files:
        src/sys/kern: uipc_socket.c uipc_usrreq.c
        src/sys/netinet: udp_usrreq.c
        src/sys/sys: socket.h socketvar.h

Log Message:
add a per-socket counter for dropped UDP packets when the internal buffers
are full.


To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 src/sys/kern/uipc_socket.c
cvs rdiff -r1.78 -r1.79 src/sys/kern/uipc_usrreq.c
cvs rdiff -r1.123 -r1.124 src/sys/netinet/udp_usrreq.c
cvs rdiff -r1.68 -r1.69 src/sys/sys/socket.h
cvs rdiff -r1.79 -r1.80 src/sys/sys/socketvar.h

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