rx-connection-clones-20080520
[openafs.git] / src / rx / rx_globals.h
index 749a380..fc4272f 100644 (file)
@@ -591,4 +591,13 @@ EXT2 int rx_enable_stats GLOBALSINIT(0);
  */
 EXT int rx_enable_hot_thread GLOBALSINIT(0);
 
+/*
+ * Set rx_max_clones_per_connection to a value > 0 to enable connection clone 
+ * workaround to RX_MAXCALLS limit.
+ */
+#define RX_HARD_MAX_CLONES 10
+
+EXT int rx_max_clones_per_connection GLOBALSINIT(2);
+
 #endif /* AFS_RX_GLOBALS_H */