Author: Jogy
Date: 2006-06-02 17:54:23 +0000 (Fri, 02 Jun 2006)
New Revision: 8994

Modified:
   trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java
Log:
shout a little to let new people know that the other node has to add their ref 
to get things working

Modified: trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java 
2006-06-02 17:52:03 UTC (rev 8993)
+++ trunk/freenet/src/freenet/node/useralerts/PeerManagerUserAlert.java 
2006-06-02 17:54:23 UTC (rev 8994)
@@ -40,7 +40,7 @@
                                s += ", but since this is a testnet node, we 
suggest that you " + end + ".";
                        else
                                s += ". You could " + end + ", but remember 
that you are vulnerable to " +
-                               "those you are directly connected to. (This is 
especially true in this early alpha of Freenet 0.7...)";
+                               "those you are directly connected to. (This is 
especially true in this early alpha of Freenet 0.7...)<br/>BE SURE THAT THE 
OTHER PERSON HAS ADDED YOUR REFERENCE, TOO, AS ONE-WAY CONNECTIONS WON'T WORK!";
                }else if(peers-conns >= 20){ 
                        s = "This node has too many disconnected peers : it 
will have a negative impact on your performance! Consider \"cleaning up\" your 
peer list.";
                }else if(conns == 0) {


Reply via email to