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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to