From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264909AbUGGFjp (ORCPT ); Wed, 7 Jul 2004 01:39:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264912AbUGGFjp (ORCPT ); Wed, 7 Jul 2004 01:39:45 -0400 Received: from pfepc.post.tele.dk ([195.41.46.237]:61038 "EHLO pfepc.post.tele.dk") by vger.kernel.org with ESMTP id S264909AbUGGFjo (ORCPT ); Wed, 7 Jul 2004 01:39:44 -0400 Subject: Re: [PATCH] fix tcp_default_win_scale. From: Redeeman To: bert hubert Cc: LKML Mailinglist In-Reply-To: <20040706232538.GA8054@outpost.ds9a.nl> References: <32886.63.170.215.71.1088564087.squirrel@www.osdl.org> <20040629222751.392f0a82.davem@redhat.com> <20040630152750.2d01ca51@dell_ss3.pdx.osdl.net> <20040630153049.3ca25b76.davem@redhat.com> <20040701133738.301b9e46@dell_ss3.pdx.osdl.net> <20040701140406.62dfbc2a.davem@redhat.com> <20040702013225.GA24707@conectiva.com.br> <20040706093503.GA8147@outpost.ds9a.nl> <20040706114741.1bf98bbe@dell_ss3.pdx.osdl.net> <1089155965.15544.9.camel@localhost> <20040706232538.GA8054@outpost.ds9a.nl> Content-Type: text/plain Date: Wed, 07 Jul 2004 07:39:42 +0200 Message-Id: <1089178782.10677.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 1.5.9 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org damn, just tested this patch, it does not fix my issues. i wish there were a way to just get it like it was on 2.6.5 On Wed, 2004-07-07 at 01:25 +0200, bert hubert wrote: > On Wed, Jul 07, 2004 at 01:19:25AM +0200, Redeeman wrote: > > > so this should fix the issues? can you also tell me why this suddenly happend? that would make me a real happy man > > It appears older linux kernels would announce window scaling capability, but > not in fact scale their windows themselves, thus hiding the problem. >