Date: Fri, 1 Nov 2002 13:27:59 -0800 (PST) From: Kelly Yancey <kbyanc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socketvar.h src/sys/kern uipc_socket.c src/lib/libc/sys kqueue.2 Message-ID: <200211012127.gA1LRxYT048994@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kbyanc 2002/11/01 13:27:59 PST
Modified files:
sys/sys socketvar.h
sys/kern uipc_socket.c
lib/libc/sys kqueue.2
Log:
Track the number of non-data chararacters stored in socket buffers so that
the data value returned by kevent()'s EVFILT_READ filter on non-TCP
sockets accurately reflects the amount of data that can be read from the
sockets by applications.
PR: 30634
Reviewed by: -net, -arch
Sponsored by: NTT Multimedia Communications Labs
MFC after: 2 weeks
Revision Changes Path
1.30 +1 -1 src/lib/libc/sys/kqueue.2
1.134 +1 -1 src/sys/kern/uipc_socket.c
1.95 +5 -0 src/sys/sys/socketvar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211012127.gA1LRxYT048994>
