diff options
| author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | 2002-03-19 04:37:54 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-03-19 04:37:54 -0800 |
| commit | b8439924316d5bcb266d165b93d632a4b4b859af (patch) | |
| tree | d454776632eae238ae4fa5d29893481e943749b4 /include/linux/sysctl.h | |
| parent | 9a218f37c8ae077e04070860596ee7806d7bd72a (diff) | |
Allow to bind to an already in use local port
during connect when the connection will still have a unique
identity. Fixes port space exhaustion, especially in web
caches.
Initial work done by Andi Kleen.
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 40ac6bbf359d..30caa40c26be 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -288,7 +288,8 @@ enum NET_TCP_ADV_WIN_SCALE=87, NET_IPV4_NONLOCAL_BIND=88, NET_IPV4_ICMP_RATELIMIT=89, - NET_IPV4_ICMP_RATEMASK=90 + NET_IPV4_ICMP_RATEMASK=90, + NET_TCP_TW_REUSE=91 }; enum { |
