mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: pwc@speakeasy.net
Cc: andrewm@uow.edu.au, ak@suse.de, linux-kernel@vger.kernel.org,
	linux-net@vger.kernel.org
Subject: Re: 2.4.0-ac3 write() to tcp socket returning errno of -3 (ESRCH: "No such process")
Date: Thu, 11 Jan 2001 09:18:44 -0800	[thread overview]
Message-ID: <200101111718.JAA03092@pizda.ninka.net> (raw)
In-Reply-To: <Pine.LNX.4.21.0101111023090.716-100000@localhost> (message from Paul Cassella on Thu, 11 Jan 2001 10:45:13 -0600 (CST))
In-Reply-To: <Pine.LNX.4.21.0101111023090.716-100000@localhost>

   Date: Thu, 11 Jan 2001 10:45:13 -0600 (CST)
   From: Paul Cassella <pwc@speakeasy.net>

   I'm not familiar enough with the tcp code to know if this patch
   (against -ac6) is a solution, band-aid, or, in fact, wrong, but
   I've run with it (on -ac3) and haven't seen the errors for over
   twelve hours, which is three times longer than it had been able to
   go without it coming up.

See the fix I put in 2.4.1-pre2, which is:

diff -u --recursive --new-file v2.4.0/linux/net/ipv4/tcp.c linux/net/ipv4/tcp.c
--- v2.4.0/linux/net/ipv4/tcp.c	Tue Nov 28 21:53:45 2000
+++ linux/net/ipv4/tcp.c	Wed Jan 10 14:12:12 2001
@@ -954,7 +954,7 @@
 			 */
 			skb = sk->write_queue.prev;
 			if (tp->send_head &&
-			    (mss_now - skb->len) > 0) {
+			    (mss_now > skb->len)) {
 				copy = skb->len;
 				if (skb_tailroom(skb) > 0) {
 					int last_byte_was_odd = (copy % 4);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2001-01-11 17:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3A5B0A59.1EB60A88@uow.edu.au>
2001-01-09 14:03 ` Paul Cassella
2001-01-11 16:45   ` Paul Cassella
2001-01-11 17:18     ` David S. Miller [this message]
2001-01-12 10:52       ` 2.4.0-ac3 write() to tcp socket returning errno of -3 (ESRCH:"No " Andrew Morton
2001-01-08  5:55 2.4.0-ac3 write() to tcp socket returning errno of -3 (ESRCH: "No " Paul Cassella
2001-01-08  5:58 ` David S. Miller
2001-01-08  7:16   ` Paul Cassella
2001-01-08  7:05     ` David S. Miller
2001-01-08  6:35 ` Andi Kleen
2001-01-08  7:54   ` Paul Cassella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200101111718.JAA03092@pizda.ninka.net \
    --to=davem@redhat.com \
    --cc=ak@suse.de \
    --cc=andrewm@uow.edu.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-net@vger.kernel.org \
    --cc=pwc@speakeasy.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®