mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-08 21:41:42 +00:00
i2psnark: Bandwidth limiter improvements
This commit is contained in:
@@ -74,8 +74,8 @@ class Request
|
||||
/**
|
||||
* @since 0.9.1
|
||||
*/
|
||||
public void read(DataInputStream din) throws IOException {
|
||||
piece.read(din, off, len);
|
||||
public void read(DataInputStream din, BandwidthListener bwl) throws IOException {
|
||||
piece.read(din, off, len, bwl);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user