forked from I2P_Developers/i2p.i2p
* Console: Use capability method for counting integrated peers
* Netdb: Speed up collection of all the floodfill peers by using
PeerManager.getPeersByCapability()
* PeerManager: Capability cleanups
This commit is contained in:
@@ -317,7 +317,7 @@ public class RouterInfo extends DatabaseEntry {
|
||||
|
||||
/**
|
||||
* what special capabilities this router offers
|
||||
*
|
||||
* @return non-null, empty string if none
|
||||
*/
|
||||
public String getCapabilities() {
|
||||
if (_options == null) return "";
|
||||
|
||||
Reference in New Issue
Block a user