cvs commit: src/sys/netinet tcp_input.c

Robert Watson rwatson at FreeBSD.org
Sun Nov 28 03:01:32 PST 2004


rwatson     2004-11-28 11:01:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Expand coverage of the receive socket buffer lock when handling urgent
  pointer updates: test available space while holding the socket buffer
  mutex, and continue to hold until until the pointer update has been
  performed.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.260     +3 -2      src/sys/netinet/tcp_input.c


More information about the cvs-src mailing list