Re: 2.4.0 TCP SYN problem

2001-01-06 Thread Lukasz Trabinski
In article <[EMAIL PROTECTED]> you wrote: > When I initiate connection from Solaris machine everything goes OK. > TCP/SYN,ACK segments are OK. > Can anyone help me? > Does: > bash# echo "0" >/proc/sys/net/ipv4/tcp_ecn Or maybe it? echo "1" > /proc/sys/net/ipv4/ip_no_pmtu_disc -- *[ Ł

Re: 2.4.0 TCP SYN problem

2001-01-05 Thread David S. Miller
From: Marek Gresko <[EMAIL PROTECTED]> Date:Fri, 5 Jan 2001 18:16:34 +0100 When I initiate connection from Solaris machine everything goes OK. TCP/SYN,ACK segments are OK. Can anyone help me? Does: bash# echo "0" >/proc/sys/net/ipv4/tcp_ecn Fix the problem? If so, ple