Date: Sun, 5 Dec 2004 13:27:31 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatalk ddp_input.c Message-ID: <200412051327.iB5DRVb2088774@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-12-05 13:27:31 UTC FreeBSD src repository Modified files: sys/netatalk ddp_input.c Log: Acquire socket receive buffer mutex before appending and then waking up a receive socket in DDP. This reduces the number of mutex operations required to deliver to a socket by two, and is the model used in other protocols. Revision Changes Path 1.27 +4 -2 src/sys/netatalk/ddp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412051327.iB5DRVb2088774>