9fans archive / 2008 / 04 / 284 / prev next
From: "Francisco J Ballesteros" <nemo@lsu...>
Subject: Re: [9fans] /lib/rfc
Date: Tue, 22 Apr 2008 21:12:57 +0200
We had the same problem time ago and had to lower the mtu by hand.
Perhaps detecting too many retransmissions of the same packet could be
considered a hint
of this problem and try by reducing at least once the mtu. In any
case, it´s been
a long time since we had this problem. I even forgot about it.
On Tue, Apr 22, 2008 at 8:58 PM, erik quanstrom <quanstro@cor...> wrote:
>
>
> i had the usual fight with the natted dsl that doesn't pass icmp mustfrags.
> i also elected to skip the big honking xml index
>
> if(! ~ $target *.xml *.xsd && \
> test ! -e $LIB/$target && test -f $i){
>
> - erik
>
>