mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-12 18:54:53 +00:00
fix bw limits handling in standard session
This commit is contained in:
@@ -22,6 +22,6 @@ class BWLimitsMessageHandler extends HandlerImpl {
|
||||
if (_log.shouldLog(Log.DEBUG))
|
||||
_log.debug("Handle message " + message);
|
||||
BandwidthLimitsMessage msg = (BandwidthLimitsMessage) message;
|
||||
((I2PSimpleSession)session).bwReceived(msg.getLimits());
|
||||
session.bwReceived(msg.getLimits());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user