Date: Mon, 3 Jan 2005 17:59:39 +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: <200501031759.j03HxdBU042579@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-01-03 17:59:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netatalk ddp_input.c
Log:
Merge ddp_input.c:1.27 from HEAD to RELENG_5:
date: 2004/12/05 13:27:30; author: rwatson; state: Exp; lines: +4 -2
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.26.2.1 +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?200501031759.j03HxdBU042579>
