From: Mark Glines Date: Thu, 31 May 2007 22:44:48 +0000 (-0700) Subject: [TCP]: Use default 32768-61000 outgoing port range in all cases. X-Git-Tag: v2.6.22-rc4~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f196eb519a419bf83ecc22753943fd0a0de4f8f;p=pandora-kernel.git [TCP]: Use default 32768-61000 outgoing port range in all cases. This diff changes the default port range used for outgoing connections, from "use 32768-61000 in most cases, but use N-4999 on small boxes (where N is a multiple of 1024, depending on just *how* small the box is)" to just "use 32768-61000 in all cases". I don't believe there are any drawbacks to this change, and it keeps outgoing connection ports farther away from the mess of IANA-registered ports. Signed-off-by: Mark Glines Signed-off-by: David S. Miller --- Reading git-diff-tree failed