Package net.i2p.router.transport.udp
Class IPThrottler
- java.lang.Object
-
- net.i2p.router.transport.udp.IPThrottler
-
class IPThrottler extends Object
Count IPs- Since:
- 0.9.3
-
-
Constructor Summary
Constructors Constructor Description IPThrottler(int max, long time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldThrottle(byte[] ip)
Increments before checking
-