]> err.no Git - linux-2.6/blobdiff - net/sunrpc/xprtsock.c
SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled
[linux-2.6] / net / sunrpc / xprtsock.c
index 2e1529217e656a380b9d934917561959b58c5ad0..0a51fd46a848d03d81a57b81383d0309d7f4fa30 100644 (file)
 #include <net/udp.h>
 #include <net/tcp.h>
 
+/*
+ * xprtsock tunables
+ */
+unsigned int xprt_udp_slot_table_entries = RPC_DEF_SLOT_TABLE;
+unsigned int xprt_tcp_slot_table_entries = RPC_DEF_SLOT_TABLE;
+
+unsigned int xprt_min_resvport = RPC_DEF_MIN_RESVPORT;
+unsigned int xprt_max_resvport = RPC_DEF_MAX_RESVPORT;
+
 /*
  * How many times to try sending a request on a socket before waiting
  * for the socket buffer to clear.