Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 1995 10:36:32 -0700
From:      "Garrett A. Wollman" <wollman>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <199509131736.KAA18983@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     95/09/13 10:36:32

  Modified:    sys/netinet  tcp_output.c
  Log:
  If tcp_output() is unable to allocate space for a copy of the data waiting
  to be sent, just clean up and return ENOBUFS rather than silently
  proceeding without sending any of the data.  This makes it consistent
  with the `#ifdef notyet' case immediately above.
  
  Reviewed by:	Andras Olah <olah@freebsd.org>
  Obtained from:	Lite-2



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