Hi, while working with Freenet, I discovered that whenever a seed node received an OpennetAnnounceRequest-message for a target location X, it forwards the request to another opennet peer node, but always for target location 0.0 instead. This behavior results from the fact that the constructor of the AnnounceSender class (line 55 [1]) does not copy the given target location into the "target" member variable. Is this an implementation bug or is there a good reason why the original target location should be ignored?
Martin [1] https://github.com/freenet/fred/blob/2e89c8620413bdf04e20268ba7afbad05d4c8b6f/src/freenet/node/AnnounceSender.java#L55 _______________________________________________ Devl mailing list [email protected] https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
