Re: Microsoft IE6 is crashing with Linux 2.4.X

erich@uruk.org
Thu, 15 Nov 2001 12:54:46 -0800


"David Flynn" <Dave@keston.u-net.com> wrote:

...
> > The connection to the server has failed. Account: 'mail.timpanogas.org',
> > Server: 'mail.timpanogas.org', Protocol: SMTP, Port: 25, Secure(SSL): No,
> > Socket Error: 10061, Error Number: 0x800CCC0E
>
> This error is WSACONNREFUSED, (ie connection refused), this is generated by
> the target machine. Check to see if you can 'telnet' the into the box,
...

You might want to check to see if TCP_ECN (Explicit Congestion
Notification) is enabled. Many of the later Linux 2.4.x kernels enable
it automatically if it's compiled in (I don't know if this is still the
case or not), and some OSes simply refuse all connections whose SYN
packets are marked this way.

I wouldn't be terribly surprised if the a recent version of IE6 changed
the default TCP settings to make Windows not work with it.

The simple way to check is:

cat /proc/sys/net/ipv4/tcp_ecn

If it's a "1", then it's enabled, if "0" or you get a file not found, that
isn't the problem.

--
    Erich Stefan Boleyn     <erich@uruk.org>     http://www.uruk.org/
"Reality is truly stranger than fiction; Probably why fiction is so popular"
-
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/