Date: Thu, 24 Jun 2004 03:07:27 +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/netinet tcp_input.c Message-ID: <200406240307.i5O37RND032910@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-06-24 03:07:27 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Broaden scope of the socket buffer lock when processing an ACK so that the read and write of sb_cc are atomic. Call sbdrop_locked() instead of sbdrop() since we already hold the socket buffer lock. Revision Changes Path 1.246 +4 -2 src/sys/netinet/tcp_input.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406240307.i5O37RND032910>