cvs commit: src/sys/netinet tcp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 2 16:42:53 UTC 2006


rwatson     2006-04-02 16:42:52 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  During reformulation of tcp_usr_detach(), the call to initiate TCP
  disconnect for fully connected sockets was dropped, meaning that if
  the socket was closed while the connection was alive, it would be
  leaked.  Structure tcp_usr_detach() so that there are two clear
  parts: initiating disconnect, and reclaiming state, and reintroduce
  the tcp_disconnect() call in the first part.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.133     +18 -7     src/sys/netinet/tcp_usrreq.c


More information about the cvs-src mailing list