forked from I2P_Developers/i2p.i2p
SSU: Add volatile (ticket #2260)
This commit is contained in:
@@ -53,7 +53,7 @@ class OutboundMessageFragments {
|
||||
/**
|
||||
* Avoid sync in add() if possible (not 100% reliable)
|
||||
*/
|
||||
private boolean _isWaiting;
|
||||
private volatile boolean _isWaiting;
|
||||
|
||||
private volatile boolean _alive;
|
||||
private final PacketBuilder _builder;
|
||||
|
||||
Reference in New Issue
Block a user