Re: SYN_SENT block

From: Matthias Andree (matthias.andree@stud.uni-dortmund.de)
Date: Sat Dec 30 2000 - 12:21:54 EST


On Wed, 27 Dec 2000, Joaquin Rapela wrote:

> I am not a linux kernel guy. I am running a spider that sometimes gets
> blocked for long periods of time. I run a "netstat -nto" and I
> observe a socket in state SYS_SENT that seems to be blocked. Its timer
> keeps on incrementing.
>
> Is there any way to avoid this blocking? Is this a bug in the kernel
> or something wrong in my TCP/IP configuration/settings.

There's something wrong with the network: Your SYN packet that is to
establish the connection to the other machine is never answered by your
"victim".

There's nothing you can do about that. Talk to non-firewalled, working
machines to prevent that. Possibly try to connect() to several sockets
at once (use fork or threads).

-- 
Matthias Andree
-
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/



This archive was generated by hypermail 2b29 : Sun Dec 31 2000 - 21:00:14 EST