Forward port SOCKSENDBUF, SOCKRECVBUF features from 2.10.11.
[ircu2.10.12-pk.git] / doc / readme.features
index b30202e41cb5ff6e05e11cbbc30c5c129cc85b93..eaa96785b6880e531388f37f8ef525c9c4e0899e 100644 (file)
@@ -1131,3 +1131,15 @@ code kicks in.  Even if a user connects repeditively during this period,
 they will never get throttled.  This is so after a restart users on a 
 multiuser box can all connect to a server simultaniously without being 
 considered an attack.
+
+SOCKSENDBUF
+ * Type: integer
+ * Default: 0
+
+The send window size used for connections to other servers.
+
+SOCKRECVBUF
+ * Type: integer
+ * Default: 0
+
+The receive window size used for connections to other servers.