summaryrefslogtreecommitdiff
path: root/htroot/Network.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2014-09-30 14:53:52 +0200
committerMichael Peter Christen <mc@yacy.net>2014-09-30 14:53:52 +0200
commit6491270b3a17a26834956d9aaf396b211e0d6b2b (patch)
tree9e74950911d0fae3145ffca84fc323a7508a6d9c /htroot/Network.html
parent67cd4c37bd5f46c84a89d7a76283e2621e46904d (diff)
large IPv6 redesign of peer ping methods!
removed preferred IPv4 in start options and added a new field IP6 in peer seeds which will contain one or more IPv6 addresses. Now every peer has one or more IP addresses assigned, even several IPv6 addresses are possible. The peer-ping process must check all given and possible IP addresses for a backping and return the one IP which was successful when pinging the peer. The ping-ing peer must be able to recognize which of the given IPs are available for outside access of the peer and store this accordingly. If only one IPv6 address is available and no IPv4, then the IPv6 is stored in the old IP field of the seed DNA. Many methods in Seed.java are now marked as @deprecated because they had been used for a single IP only. There is still a large construction site left in YaCy now where all these deprecated methods must be replaced with new method calls. The 'extra'-IPs, used by cluster assignment had been removed since that can be replaced with IPv6 usage in p2p clusters. All clusters must now use IPv6 if they want an intranet-routing.
Diffstat (limited to 'htroot/Network.html')
-rw-r--r--htroot/Network.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Network.html b/htroot/Network.html
index f75b1a760..a96c2888c 100644
--- a/htroot/Network.html
+++ b/htroot/Network.html
@@ -162,7 +162,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window.
<td align="right">#[rU]#</td>
#(complete)#
::
- <td><a href="http://#[ip]#:#[port]#/Network.html?page=1&amp;ip=">http://#[ip]#:#[port]#</a></td>
+ <td><a href="http://#[ip]#:#[port]#/Network.html?page=1&amp;ip=">http://#[ip]#:#[port]#</a> #[ips]#</td>
<td >#[hash]#</td>
<td >#[age]#</td>
<td align="right">#[seeds]#</td>