PERFORCE change 133281 for review

Andre Oppermann andre at FreeBSD.org
Mon Jan 14 15:10:49 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133281

Change 133281 by andre at andre_flirtbox on 2008/01/14 23:10:34

	Remove unused sysctls.

Affected files ...

.. //depot/projects/tcp_reass/netinet/tcp_reass.c#5 edit

Differences ...

==== //depot/projects/tcp_reass/netinet/tcp_reass.c#5 (text+ko) ====

@@ -110,18 +110,6 @@
     &tcp_reass_qsize, 0,
     "Global number of TCP Segment Blocks currently in Reassembly Queue");
 
-/* XXX: unused. */
-static int tcp_reass_maxqlen = 48;
-SYSCTL_INT(_net_inet_tcp_reass, OID_AUTO, maxqlen, CTLFLAG_RW,
-    &tcp_reass_maxqlen, 0,
-    "Maximum number of TCP Segments per individual Reassembly Queue");
-
-/* XXX: unused, moved to tcpstat. */
-static int tcp_reass_overflows = 0;
-SYSCTL_INT(_net_inet_tcp_reass, OID_AUTO, overflows, CTLFLAG_RD,
-    &tcp_reass_overflows, 0,
-    "Global number of TCP Segment Reassembly Queue Overflows");
-
 /* Initialize TCP reassembly queue */
 static void
 tcp_reass_zone_change(void *tag)


More information about the p4-projects mailing list