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