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

Modified Files:
      Tag: stable
        fproxyInsert.tpl 
Log Message:
5029: Merge from unstable after months of work. MASSIVE changes.
Highlights:
* Next Generation Routing, massive related changes
* Major changes to handling of messages and connections (PeerHandler and related 
changes)
* Even more non-blocking I/O
* Documentation improvements
* Lots of new diagnostics and config options
* Lots of bug fixes and performance tweaking
* Probably lots of new bugs too!


Index: fproxyInsert.tpl
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/node/http/templates/fproxyInsert.tpl,v
retrieving revision 1.4.4.3.2.2
retrieving revision 1.4.4.3.2.3
diff -u -w -r1.4.4.3.2.2 -r1.4.4.3.2.3
--- fproxyInsert.tpl    16 Jul 2003 21:57:01 -0000      1.4.4.3.2.2
+++ fproxyInsert.tpl    28 Oct 2003 20:20:39 -0000      1.4.4.3.2.3
@@ -8,15 +8,19 @@
                             <table cellpadding="0" width="100%" border="0">
                                 <tr>
                                     <td>Key:</td>
-                                    <td align="Left"><input size="50" name="key"></td>
+                                    <td align="Left"><input size="50" name="key" 
value="CHK@"></td>
                                 </tr>
                                 <tr>
                                     <td>Hops-to-live:</td>
-                                    <td align="Left"><input size="2" name="htl" 
value="15"></td>
+                                    <td align="Left"><input size="2" name="htl" 
value="25"></td>
                                 </tr>
                                 <tr>
                                     <td>Threads:</td>
                                     <td align="left"><input size="2" name="threads" 
value="30"></td>
+                                </tr>
+                                <tr>
+                                    <td>Retries:</td>
+                                    <td align="left"><input size="2" name="retries" 
value="3"></td>
                                 </tr>
                                 <tr>
                                     <td>File:</td>

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

Reply via email to