From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aXlPh-0004b2-JJ for mharc-grub-devel@gnu.org; Mon, 22 Feb 2016 03:00:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXlPb-0004WK-32 for grub-devel@gnu.org; Mon, 22 Feb 2016 03:00:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXlPX-0006l6-AL for grub-devel@gnu.org; Mon, 22 Feb 2016 03:00:07 -0500 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:35352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXlPX-0006k6-2m for grub-devel@gnu.org; Mon, 22 Feb 2016 03:00:03 -0500 Received: by mail-lf0-x232.google.com with SMTP id l143so88380008lfe.2 for ; Mon, 22 Feb 2016 00:00:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=Enm/slLfW4w04zWvHGMz0tqshyEliv83JbVUfwpAoig=; b=TLzFtQZt9CKHvJ1/BBpZnmCPYjQ2TlL4XpGOkhL1hxUlKPLHoY54ExJ7rshLjf/a/Q NAODourGj0V1DwHcTDUwFKJisInbzmM9YHQuCd9SzioQ8N8yrdSyGI/8LddJ0CJnxz3L /DozmolGx6jWD30GXFjrmQ29LXVOASz5lgV+Dgw0AIH2NRecHJGUj1d7p2W4L/hQy8la eNcA9/N2zqvsXiTK3r+cDrYxsAN87sq/H9P9wIZ7H98rBJKTioHPxq4ZBNbp3TIqWGGj Tj/2e/i5+hQUaFlvG9pEidQIN+lvy54UsrNZEqkLn0uPGkC9z6Jv6WzO6jrI0HV5+ZGX aC+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=Enm/slLfW4w04zWvHGMz0tqshyEliv83JbVUfwpAoig=; b=fgb1pQh10V8poYhNViKW8c6KY4GlKRi221mfXUHm7Dv6yyLY4pyF5tD9EM9Wgf45h+ GNk9Af8fhugT173gTwE8vuQkAXCFWoX8Y3SCYrDo/LuUdiwq+9Ue0RRv6lOngnEiLnrG sX7ZU6sKeQaHYU82KbusXjGMm21qZO3LvE/C1TwQMWM1S/ngtHz/+ufixi69Tu1712L8 +0oZyAY+t2blYgu4AJrs7wFJNIckycAhCJzTMwyFCiA4Ujc37kaTk3UgUvz3tExEiWhm 63e+ssfv7GvRxYrnL/RVFLFqkUmoCx9izrBUf9OMkclWgViCLkS8RoTqn/AZJJldcv/P 7Q1Q== X-Gm-Message-State: AG10YOQ7ihO3xR9GKqcg7GrA06UwBtxAMHbZ5lW+jg4dVvaiCPEc5c10dZT/X25u3AbfnQ== X-Received: by 10.25.154.65 with SMTP id c62mr10479968lfe.54.1456128002237; Mon, 22 Feb 2016 00:00:02 -0800 (PST) Received: from [192.168.1.41] (ppp109-252-76-159.pppoe.spdop.ru. [109.252.76.159]) by smtp.gmail.com with ESMTPSA id iy8sm3071982lbc.20.2016.02.22.00.00.00 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Feb 2016 00:00:01 -0800 (PST) Subject: Re: [PATCH v3] tcp: add window scaling and RTTM support To: Josef Bacik , grub-devel@gnu.org, kernel-team@fb.com References: <1454351457-496174-1-git-send-email-jbacik@fb.com> <56BF4E62.1040508@gmail.com> <56C61997.7090006@fb.com> From: Andrei Borzenkov Message-ID: <56CAC000.3070903@gmail.com> Date: Mon, 22 Feb 2016 11:00:00 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56C61997.7090006@fb.com> Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::232 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 08:00:13 -0000 18.02.2016 22:20, Josef Bacik пишет: >>> +/* We set the default window size to 1mib. */ >>> +#define DEFAULT_TCP_WINDOW_SIZE "1048576" >> >> Well ... I'm still unsure we should do it by default. > > Sorry I just now noticed you replied. I'll fix up the rest of the > stuff. And apparently we're the only ones doing netbooting so I feel > like we get to pick the default ;). Not really. netbooting is quite by many; but not everyone is doing it across continents :)