cvs commit: src/sys/netinet tcp_usrreq.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Sep 29 13:53:14 PDT 2008


dillon      2008/09/29 13:52:23 PDT

DragonFly src repository

  Modified files:
    sys/netinet          tcp_usrreq.c 
  Log:
  Do not return an EINVAL error for certain abort and disconnect cases.
  Otherwise an async close() by the other end can cause our close() to
  return EINVAL.
  
  Revision  Changes    Path
  1.51      +35 -25    src/sys/netinet/tcp_usrreq.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/tcp_usrreq.c.diff?r1=1.50&r2=1.51&f=u





More information about the Commits mailing list