cvs commit: src/sys/netinet tcp_input.c

Robert Watson rwatson at FreeBSD.org
Wed Jun 23 20:07:28 PDT 2004


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


More information about the cvs-src mailing list