blackh Thu Aug 7 04:43:03 2003 EDT Modified files: /grapevine/raisen/grapevine discovery.xml incoming-net-http.xml join-transaction.xml join.dtd join.xml messages.dtd transaction-routing.xml transmit.xml /grapevine/raisen/local request.xml Log: Progress with discovery, though it's not quite working yet. Made the nodes communicate in raw binary, so we don't waste network traffic. Memory usage seems excessive at 135M. This happened after the above changes, so try disabling both and see if this fixes the memory problem. Index: grapevine/raisen/local/request.xml diff -u grapevine/raisen/local/request.xml:1.31 grapevine/raisen/local/request.xml:1.32 --- grapevine/raisen/local/request.xml:1.31 Sun Aug 3 02:51:20 2003 +++ grapevine/raisen/local/request.xml Thu Aug 7 04:43:02 2003 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $Id: request.xml,v 1.31 2003/08/03 09:51:20 blackh Exp $ --> +<!-- $Id: request.xml,v 1.32 2003/08/07 11:43:02 blackh Exp $ --> <!DOCTYPE grapevine SYSTEM "../raisen.dtd" [ @@ -37,7 +37,7 @@ <grapevine> - <domain name="local.request" author1="Stephen Blackheath" rev="$Revision: 1.31 $"> + <domain name="local.request" author1="Stephen Blackheath" rev="$Revision: 1.32 $"> <rules> main: req=<request id="[id]" mode="process"> @@ -93,6 +93,10 @@ are giving us by running it on your system, we can complete the project.</p> <p><font size="-2">Latest code change (03 Aug 2003): Bug fix: Seed node addresses were getting cleaned up when they shouldn't be.</font></p> + <p><font size="-2">I have noticed a lot of people are on links that don't + accept incoming TCP connections. The software won't work for you, but it isn't + currently clever enough to tell you why it is failing. You'll have to test this + for yourself for now.</font></p> <p> <table cellspacing="3" cellpadding="0" border="0"> <tr> |