All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: Stephen Hemminger <shemminger@linux-foundation.org>
Cc: mtk.manpages@gmail.com, mtk.manpages@googlemail.com,
	Andi Kleen <andi@firstfloor.org>,
	David Miller <davem@davemloft.net>,
	linux-net@vger.kernel.org, linux-man@vger.kernel.org
Subject: Re: TCP_CONGESTION documentation
Date: Sat, 22 Nov 2008 15:56:32 +0100	[thread overview]
Message-ID: <20081122145632.GQ6703@one.firstfloor.org> (raw)
In-Reply-To: <20081121233918.7ade5fcb@extreme>

On Fri, Nov 21, 2008 at 11:39:18PM -0800, Stephen Hemminger wrote:
> Does this help get it started in right direction??

Yes.

> --------------------------------------------
> 
>        This  is an implementation of the TCP protocol defined in
>        RFC 793, RFC 1122 and RFC 2001 with the NewReno and  SACK
>        extensions.   It  provides  a  reliable, stream-oriented,

Perhaps drop NewReno, it's really obsolete because Linux is so 
far beyond.

> 
>        Note that  TCP  actually  allocates twice the size of the
>        buffer requested in

The "twice" is obsolete, it's far more complicated now.
So it should be just "more" I think

>        socket  option  is  enabled,  urgent data is put into the
>        normal data stream (a program can test for  its  location
>        using the SIOCATMARK ioctl described below), otherwise it
>        can be only received when the MSG_OOB  flag  is  set  for
>        recv(2) or recvmsg(2).
> 
> Linux supports multiple different congestion control
> algorithms. The default choice of congestion control is controlled
> by net.ipv4.tcp_congestion_control sysctl. This value can
> be overridden by TCP_CONGESTION socket option. The actual choices
> of congestion control available vary according between release
> as more are added, and depend on the configuration choices

Hmm perhaps mention the current standard default?

> made when the kernel was built. The list of congestion control
> protocols currently loaded is in net.ipv4.tcp_available_congestion_control.

Best would be probably to have an manpage for each of them, but I'm
not going to write them :)

-Andi

-- 
ak@linux.intel.com

  reply	other threads:[~2008-11-22 14:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21 16:06 TCP_CONGESTION documentation Michael Kerrisk
     [not found] ` <4926DC7B.7020203-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2008-11-21 16:08   ` Michael Kerrisk
2008-11-21 20:42     ` Andi Kleen
     [not found]       ` <20081121204210.GG6703-qrUzlfsMFqo/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2008-11-21 20:44         ` Michael Kerrisk
     [not found]           ` <cfd18e0f0811211244v5d391f8du3380332a721ed33-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-11-21 21:16             ` Andi Kleen
2008-11-22  7:39             ` Stephen Hemminger
2008-11-22 14:56               ` Andi Kleen [this message]
     [not found]                 ` <20081122145632.GQ6703-qrUzlfsMFqo/4alezvVtWx2eb7JE58TQ@public.gmane.org>
2008-11-23  6:34                   ` Stephen Hemminger
2008-11-23 20:06                     ` Andi Kleen
2008-11-21 19:57   ` Stephen Hemminger
2008-11-21 20:32     ` Michael Kerrisk
2008-11-21 20:34       ` Michael Kerrisk

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=20081122145632.GQ6703@one.firstfloor.org \
    --to=andi@firstfloor.org \
    --cc=davem@davemloft.net \
    --cc=linux-man@vger.kernel.org \
    --cc=linux-net@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    --cc=mtk.manpages@googlemail.com \
    --cc=shemminger@linux-foundation.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.