Messages in this thread |  | | Date | Tue, 06 Nov 2001 00:55:43 -0800 | From | J Sloan <> | Subject | Re: TCP Connections stuck in SYN_SENT state with 2.4.12, 2.4.13, 2.4.14 |
| |
"James A. Hillyerd" wrote:
> I have a strange problem, outgoing TCP packets get stuck at the SYN_SENT > point for certain websites. Two of the sites I have this problem with > are zdnet.com and compusa.com. When I try to telnet to port 80, the > connection will never be established, and netstat shows it in the > SYN_SENT state.
Did you by chance enable ecn in the kernel?
Try:
echo "0" > /proc/sys/net/ipv4/tcp_ecn
This is a FAQ IIRC -
cu
jjs
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |