Skip to content

Commit

Permalink
*) Correcting network.xml
Browse files Browse the repository at this point in the history
   - bugfix for peer status
   - bugfix for index receive 
   - adding ppm and utc
   See: http://www.yacy-forum.de/viewtopic.php?t=1645

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1237 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Dec 20, 2005
1 parent d0c2c67 commit ce99d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions htroot/Network.xml
Expand Up @@ -25,17 +25,19 @@
</all>
<your>
<name>#[my-name]#</name>
<type>#(my-type)#virgin::junior::senior::principal#(/my-type)#</type>
<type>#(my-info)#virgin::junior::senior::principal#(/my-info)#</type>
<version>#[my-version]#</version>
<utc>#[my-utc]#</utc>
<uptime>#[my-uptime]#</uptime>
<links>#[my-links]#</links>
<words>#[my-words]#</words>
<acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
<acceptindex>#[my-acceptindex]#</acceptindex>
<acceptcrawl>#(my-acceptcrawl)#0::1#(/my-acceptcrawl)#</acceptcrawl>
<acceptindex>#(my-dhtreceive)#0::1#(/my-dhtreceive)#</acceptindex>
<sentwords>#[my-sI]#</sentwords>
<senturls>#[my-sU]#</senturls>
<receivedwords>#[my-rI]#</receivedwords>
<receivedurls>#[my-rU]#</receivedurls>
<ppm>#[my-ppm]#</ppm>
<seeds>#[my-seeds]#</seeds>
<connects>#[my-connects]#</connects>
</your>
Expand Down

0 comments on commit ce99d4c

Please sign in to comment.