Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 17:55:21 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <200005190055.RAA95522@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/05/18 17:55:21 PDT

  Modified files:
    sys/netinet          in_pcb.c 
  Log:
  Return ECONNRESET instead of EINVAL if the connection has been shot
  down as a result of a reset.  Returning EINVAL in that case makes no
  sense at all and just confuses people as to what happened.  It could be
  argued that we should save the original address somewhere so that
  getsockname() etc can tell us what it used to be so we know where the
  problem connection attempts are coming from.
  
  Revision  Changes    Path
  1.63      +4 -4      src/sys/netinet/in_pcb.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005190055.RAA95522>