diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-12-20 07:14:56 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-12-20 07:14:56 +0000 |
| commit | ce99d4ce2add88fbbcd8781efc5c632a0c0adf69 (patch) | |
| tree | 81567ade16d7f8e5bf5b7bd107a3e50290aa3a13 /htroot/Network.xml | |
| parent | d0c2c67f4c8be152639cc2239a5ac68bab121eeb (diff) | |
*) Correcting network.xml
- 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
Diffstat (limited to 'htroot/Network.xml')
| -rw-r--r-- | htroot/Network.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml index 0bf44ba50..9a5888c7c 100644 --- a/htroot/Network.xml +++ b/htroot/Network.xml @@ -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>
|
