diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-05 22:53:44 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-01-05 22:53:44 +0000 |
commit | 86ea76402a0efc80e9a89acf61ba5b42b7c1f4b2 (patch) | |
tree | 6302409bd3cac67ddec3425eb669a2d00167943f | |
parent | 4c9eee6d0297a2889f2e6c4856a421f8a7de5bf7 (diff) |
Drop pfinet_local_port_range.patch, merged upstream
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/pfinet_local_port_range.patch | 27 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 0 insertions, 30 deletions
diff --git a/debian/changelog b/debian/changelog index 40f57ba6..ae39bb1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,8 +17,6 @@ hurd (20130105-1) unstable; urgency=low support to pthread. * control: Add missing libx11-dev, x11proto-core-dev, pkg-config, xkb-data, flex, and bison build-dependencies. - * New upstream patch patches/pfinet_local_port_range.patch to increase - number of available local ports. * Fix g-i by putting console keyboard parameters before mouse parameters, otherwise it seems the -c option gets lost. * Install all msgids files, not only hurd.msgids. diff --git a/debian/patches/pfinet_local_port_range.patch b/debian/patches/pfinet_local_port_range.patch deleted file mode 100644 index 3103b8ae..00000000 --- a/debian/patches/pfinet_local_port_range.patch +++ /dev/null @@ -1,27 +0,0 @@ -commit 23c9bbee12b08bcbc82188dabe3bf8135756c183 -Author: Richard Braun <rbraun@sceen.net> -Date: Thu Dec 6 23:16:54 2012 +0000 - - pfinet: increase local port range - - * pfinet/linux-src/net/ipv4/tcp_ipv4.c (sysctl_local_port_range): Set port - range to 32768-61000. - -merged upstream - -diff --git a/pfinet/linux-src/net/ipv4/tcp_ipv4.c b/pfinet/linux-src/net/ipv4/tcp_ipv4.c -index 9919423..60d2bdb 100644 ---- a/pfinet/linux-src/net/ipv4/tcp_ipv4.c -+++ b/pfinet/linux-src/net/ipv4/tcp_ipv4.c -@@ -113,7 +113,11 @@ struct sock *tcp_regs[TCP_NUM_REGS]; - * For high-usage systems, use sysctl to change this to - * 32768-61000 - */ -+#if 0 - int sysctl_local_port_range[2] = { 1024, 4999 }; -+#else -+int sysctl_local_port_range[2] = { 32768, 61000 }; -+#endif - int tcp_port_rover = (1024 - 1); - - static __inline__ int tcp_hashfn(__u32 laddr, __u16 lport, diff --git a/debian/patches/series b/debian/patches/series index 44e45af1..299b9452 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -41,4 +41,3 @@ libmachdev.patch exec_filename_exec.patch exec_filename_fs.patch exec_filename_use.patch -pfinet_local_port_range.patch |