Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 15:59:43 +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:  <200411231559.iANFxhrp046826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-11-23 15:59:43 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock
  protects access to the ISN state variables.
  
  Acquire the tcbinfo write lock in tcp_isn_tick() to synchronize
  timer-driven isn bumping.
  
  Staticize internal ISN variables since they're not used outside of
  tcp_subr.c.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.208     +11 -4     src/sys/netinet/tcp_subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411231559.iANFxhrp046826>