From owner-freebsd-commit Wed Sep 13 10:36:50 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA19023 for freebsd-commit-outgoing; Wed, 13 Sep 1995 10:36:50 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA19009 for cvs-all-outgoing; Wed, 13 Sep 1995 10:36:49 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA18996 for cvs-sys-outgoing; Wed, 13 Sep 1995 10:36:46 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA18983 ; Wed, 13 Sep 1995 10:36:32 -0700 Date: Wed, 13 Sep 1995 10:36:32 -0700 From: "Garrett A. Wollman" Message-Id: <199509131736.KAA18983@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/netinet tcp_output.c Sender: commit-owner@FreeBSD.org Precedence: bulk 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 Obtained from: Lite-2