Update of /cvsroot/freenet/freenet/src/freenet/node
In directory sc8-pr-cvs1:/tmp/cvs-serv10348

Modified Files:
        Node.java 
Log Message:
Correct description of maxRequestsPerInterval


Index: Node.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/Node.java,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -w -r1.216 -r1.217
--- Node.java   13 Oct 2003 15:42:01 -0000      1.216
+++ Node.java   15 Oct 2003 01:10:05 -0000      1.217
@@ -647,8 +647,8 @@
         // maxRequestsPerInterval
        config.setExpert ("maxRequestsPerInterval", true);
        config.argDesc   ("maxRequestsPerInterval", "<int>");
-        config.shortDesc ("maxRequestsPerInterval", "Max no. of connections per 
maxRequestsInterval.");
-        config.longDesc  ("maxRequestsPerInterval", "The maximum number of outgoing 
connections established per maxRequestsInterval.");
+        config.shortDesc ("maxRequestsPerInterval", "Max no. of outgoing requests per 
maxRequestsInterval.");
+        config.longDesc  ("maxRequestsPerInterval", "The maximum number of outgoing 
requests per maxRequestsInterval.");
        
        // maxRequestsInterval
        config.setExpert ("maxRequestsInterval", true);

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to