I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6d60a6f8 authored by zzz's avatar zzz
Browse files

- Don't store over client tunnels to pre-0.7.10 floodfills

parent 4186894a
No related branches found
No related tags found
No related merge requests found
......@@ -442,6 +442,11 @@ class StoreJob extends JobImpl {
} else {
sent = msg;
_state.addPending(to);
// now that almost all floodfills are at 0.7.10,
// just refuse to store unencrypted to older ones.
_state.replyTimeout(to);
getContext().jobQueue().addJob(new WaitJob(getContext()));
return;
}
SendSuccessJob onReply = new SendSuccessJob(getContext(), peer, outTunnel, sent.getMessageSize());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment