Re: TCP SACK issue, hung connection, tcpdump included

2007-08-02 Thread Darryl Miles
Ilpo Järvinen wrote: On Tue, 31 Jul 2007, Darryl L. Miles wrote: I've been able to capture a tcpdump from both ends during the problem and its my belief there is a bug in 2.6.20.1 (at the client side) in that it issues a SACK option for an old sequence which the current window being advertised

TCP Connection lockup between 2.4.0 and 2.4.5

2001-06-04 Thread Darryl Miles
334641 10.0.0.219.119 > 10.0.0.218.2296: . 1677:3137(1460) ack 46 win 5840 (DF) 02:50:46.014434 10.0.0.219.119 > 10.0.0.218.2296: . 1677:3137(1460) ack 46 win 5840 (DF) 02:50:49.374022 10.0.0.219.119 > 10.0.0.218.2296: . 1677:3137(1460) ack 46 win 5840 (DF) -- Darryl Miles - To unsu

Re: NETDEV WATCHDOG: eth0: transmit timed out

2001-01-12 Thread Darryl Miles
4 0 (autoclean) [ne2k-pci] /proc/pci: Bus 0, device 11, function 0: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) (rev 0). IRQ 19. I/O at 0xe800 [0xe81f]. -- Darryl Miles - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

2.4.0: Small observation in /proc/sys/net/unix/

2001-01-11 Thread Darryl Miles
# ls -il /proc/sys/net/unix/ total 24 4446 -rw--- 1 root root0 Jan 11 11:06 max_dgram_qlen 4446 -rw--- 1 root root0 Jan 11 11:06 max_dgram_qlen Identical filenames, nothing bad appears to be happening it just looks weird. -- Darryl Miles - To

Re: Abort x86 assemble code

2001-01-03 Thread Darryl Miles
the array is provided by eax. -- Darryl Miles - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] removal of "static foo = 0" from drivers/ide (test11)

2000-11-29 Thread Darryl Miles
multiply defined symbol" errors. Then everyone is safe. >We already argue about the extra couple of bytes that xx change to the >kernel/a module would cost. With these change, we save kilo-bytes in >disk space (which is important on some systems). PDAs!!! :) Excellent work Russ