[freenet-dev] [freenet-cvs] r17609 - trunk/freenet/src/freenet/node

Matthew Toseland toad at amphibian.dyndns.org
Fri Feb 8 14:38:08 UTC 2008


On Wednesday 06 February 2008 20:04, robert at freenetproject.org wrote:
> Author: robert
> Date: 2008-02-06 20:04:55 +0000 (Wed, 06 Feb 2008)
> New Revision: 17609
> 
> Added:
>    trunk/freenet/src/freenet/node/NetworkIDManager.java
> Modified:
>    trunk/freenet/src/freenet/node/Node.java
>    trunk/freenet/src/freenet/node/NodeDispatcher.java
> Log:
> initial SecretPing implementation (for discussion; untested & disabled)
> 
> 
> Added: trunk/freenet/src/freenet/node/NetworkIDManager.java
> ===================================================================
> --- trunk/freenet/src/freenet/node/NetworkIDManager.java	                        
(rev 0)
> +++ trunk/freenet/src/freenet/node/NetworkIDManager.java	2008-02-06 20:04:55 
UTC (rev 17609)
...
> +					htl=next.decrementHTL(htl);
> +					
> +					if (htl<=0) {
> +						//would be dnf if we were looking for data.
> +						source.sendAsync(DMT.createFNPRejectedLoop(uid), null, 0, null);
> +						break;
> +					}

This is gonna visit an awful lot of nodes then ... 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://emu.freenetproject.org/pipermail/devl/attachments/20080208/bc80d53b/attachment.pgp 


More information about the Devl mailing list