cvs commit: src/sys/kern uipc_socket.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Aug 10 19:24:39 PDT 2004


dillon      2004/08/10 19:24:16 PDT

DragonFly src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Discard accepted and pending connections after we detach the listen socket
  rather then before in order to be sure to catch any connections that occur
  while we are attempting to detach the listen socket.
  
  Revision  Changes    Path
  1.25      +19 -19    src/sys/kern/uipc_socket.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/uipc_socket.c.diff?r1=1.24&r2=1.25&f=u





More information about the Commits mailing list