Date: Sat, 22 Apr 2006 19:23:24 +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_subr.c Message-ID: <200604221923.k3MJNONW073400@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-22 19:23:24 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Introduce a new TCP mutex, isn_mtx, which protects the initial sequence number state, rather than re-using pcbinfo. This introduces some additional mutex operations during isn query, but avoids hitting the TCP pcbinfo lock out of yet another frequently firing TCP timer. MFC after: 3 months Revision Changes Path 1.248 +6 -3 src/sys/netinet/tcp_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604221923.k3MJNONW073400>