lkml.org 
[lkml]   [1996]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Fwd: 2.0.24 - Apache Dies?
At 22:56 Uhr +0100 03.11.1996, Alan Cox wrote:
>> ->On a side note, on those machines running 2.0.24 netstat displays an
>> ->inordinate amount of sockets in the CLOSE and CLOSE_WAIT states.
>>
>> It always does that-- I noticed problems when I upgraded to 2.0.23 and it
>> still exists in 2.0.24
>
>Does anyone know which release they saw this problem appear ?

Hmm, didn't see those during last few versions (used to have them), but I
have reversed the patch to tcp_output.c in 2.0.16. Could this patch be
involved?

This is from patch-2.0.16, apply it with -R:
--- v2.0.15/linux/net/ipv4/tcp_output.c Sat Aug 10 10:03:16 1996
+++ linux/net/ipv4/tcp_output.c Sun Aug 25 17:59:16 1996
@@ -966,8 +966,10 @@
sock_wfree(sk, buff);
return;
}
+#if 0 /* why does this result in problems? */
#ifndef CONFIG_NO_PATH_MTU_DISCOVERY
buff->ip_hdr->frag_off |= htons(IP_DF);
+#endif
#endif

t1 =(struct tcphdr *)skb_put(buff,sizeof(struct tcphdr));
Ciao,
Franz Sirl.


--
--------------------------------------------------------------------------
phone ++49 8104 8943-0 mail Lauterbach Datentechnik GmbH
fax ++49 8104 8943-49 c/o Franz Sirl
email franz.sirl@lauterbach.com Fichtenstr. 27
web http://www.lauterbach.com D-85649 Hofolding
ftp://ftp.lauterbach.com Germany
--------------------------------------------------------------------------


\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.035 / U:0.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site