cvs commit: src/sys/netipx spx_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Mar 26 19:37:43 UTC 2006


rwatson     2006-03-26 19:37:37 UTC

  FreeBSD src repository

  Modified files:
    sys/netipx           spx_usrreq.c 
  Log:
  In various SPX protocol entry points from the socket layer, check
  IPXP_DROPPED before continuing, and return EINVAL or ECONNRESET if
  it is flagged.  It's unclear why each situation should be one or
  the other, but it is copied from netinet which has the same bugs.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.79      +53 -7     src/sys/netipx/spx_usrreq.c


More information about the cvs-src mailing list