[TCP]: Use default 32768-61000 outgoing port range in all cases.
commitb98f003bbc89fc6eb3c8d8ea0094531a7918fe69
authorMark Glines <mark@glines.org>
Sun, 22 Jul 2007 15:51:59 +0000 (22 17:51 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sun, 22 Jul 2007 15:51:59 +0000 (22 17:51 +0200)
tree08f67896bab47d9d197c84b8104af2718428e6bf
parent7c2d455673d48507a58e8a9c1fda6720085edf12
[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 <mark@glines.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/ipv4/inet_connection_sock.c
net/ipv4/tcp.c