cvs commit: src/sys/netinet tcp_subr.c

Robert Watson rwatson at FreeBSD.org
Tue Nov 23 07:59:44 PST 2004


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


More information about the cvs-src mailing list