mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
- Don't store over client tunnels to pre-0.7.10 floodfills
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user