netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: "Meda, Prasanna" <pmeda@akamai.com>
Cc: linux-kernel@vger.kernel.org, netdev@oss.sgi.com, davem@redhat.com
Subject: Re: rcv_wnd = init_cwnd*mss
Date: Wed, 27 Oct 2004 22:21:28 -0700	[thread overview]
Message-ID: <20041027222128.365536e7.davem@davemloft.net> (raw)
In-Reply-To: <DB2C167D8FFDEA45B8FC0B1B75E3EE154A3B07@usca1ex-priv1.sanmateo.corp.akamai.com>

On Wed, 27 Oct 2004 22:14:33 -0700
"Meda, Prasanna" <pmeda@akamai.com> wrote:

> 
> What is the reason for checking mss with 1<<rcv_wscale?
> include/net/tcp.h:

Because the advertised window field is 16-bits.  It is
interpreted as "value << rcv_wscale"

  reply	other threads:[~2004-10-28  5:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-28  5:14 rcv_wnd = init_cwnd*mss Meda, Prasanna
2004-10-28  5:21 ` David S. Miller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-10-28  6:15 Meda, Prasanna
2004-10-28 23:56 ` David S. Miller
2004-10-29  0:55   ` Prasanna Meda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041027222128.365536e7.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@oss.sgi.com \
    --cc=pmeda@akamai.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).