public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: haegar@sdinet.de
Cc: Fernando_Netto@cmsoftware.com.br, linux-kernel@vger.kernel.org
Subject: Re: Is there a MAX TCP/UDP CONNECTIONS limit in Kernel?
Date: Thu, 01 Nov 2001 12:23:39 -0800 (PST)	[thread overview]
Message-ID: <20011101.122339.48529660.davem@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.40.0111011931471.7334-100000@space.comunit.de>
In-Reply-To: <70B75822B253D511AA910002440963EB1D8FD6@CMSERVICES> <Pine.LNX.4.40.0111011931471.7334-100000@space.comunit.de>

   From: Sven Koch <haegar@sdinet.de>
   Date: Thu, 1 Nov 2001 19:37:31 +0100 (CET)
   
   Outbound-connections are limited by the local portrange, changeable
   in /proc/sys/net/ipv4/ip_local_port_range
   (ran into this on one of my proxy servers, having thousands of connections
   in the state CLOSING, TIME_WAIT and LAST_ACK - after
   echo "1024 16383" >/proc/sys/net/ipv4/ip_local_port_range the box at
   least stays working)

In current 2.4.14-preX, this is not true anymore.  It is limited
by something approximating "local port range X number of unique
destination IP addresses" because if the remote address is unique
we allow multiple local port binds to occur on the same local port.

Franks a lot,
David S. Miller
davem@redhat.com

      parent reply	other threads:[~2001-11-01 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-01 16:33 Is there a MAX TCP/UDP CONNECTIONS limit in Kernel? Fernando Netto
2001-11-01 18:37 ` Sven Koch
2001-11-01 19:45   ` Till Immanuel Patzschke
2001-11-01 20:23   ` David S. Miller [this message]

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=20011101.122339.48529660.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=Fernando_Netto@cmsoftware.com.br \
    --cc=haegar@sdinet.de \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox