patch-2.4.21 linux-2.4.21/net/ipv4/sysctl_net_ipv4.c
Next file: linux-2.4.21/net/ipv4/tcp.c
Previous file: linux-2.4.21/net/ipv4/route.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-06-13 07:51:39.000000000 -0700
- Orig file:
linux-2.4.20/net/ipv4/sysctl_net_ipv4.c
- Orig date:
2002-08-02 17:39:46.000000000 -0700
diff -urN linux-2.4.20/net/ipv4/sysctl_net_ipv4.c linux-2.4.21/net/ipv4/sysctl_net_ipv4.c
@@ -27,6 +27,7 @@
extern int sysctl_ipfrag_low_thresh;
extern int sysctl_ipfrag_high_thresh;
extern int sysctl_ipfrag_time;
+extern int sysctl_ipfrag_secret_interval;
/* From ip_output.c */
extern int sysctl_ip_dynaddr;
@@ -221,6 +222,13 @@
&sysctl_icmp_ratemask, sizeof(int), 0644, NULL, &proc_dointvec},
{NET_TCP_TW_REUSE, "tcp_tw_reuse",
&sysctl_tcp_tw_reuse, sizeof(int), 0644, NULL, &proc_dointvec},
+ {NET_TCP_FRTO, "tcp_frto",
+ &sysctl_tcp_frto, sizeof(int), 0644, NULL, &proc_dointvec},
+ {NET_TCP_LOW_LATENCY, "tcp_low_latency",
+ &sysctl_tcp_low_latency, sizeof(int), 0644, NULL, &proc_dointvec},
+ {NET_IPV4_IPFRAG_SECRET_INTERVAL, "ipfrag_secret_interval",
+ &sysctl_ipfrag_secret_interval, sizeof(int), 0644, NULL, &proc_dointvec_jiffies,
+ &sysctl_jiffies},
{0}
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)