- Timestamp:
- Feb 5, 2019 4:44:09 PM (2 years ago)
- Branches:
- master
- Children:
- 16ccc1b
- Parents:
- 8a77db1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/transport/ntcp/NTCPTransport.java
r8a77db1 rb8270239 615 615 616 616 public boolean allowConnection() { 617 return countActivePeers() < getMaxConnections();617 return _conByIdent.size() < getMaxConnections(); 618 618 } 619 619
Note: See TracChangeset
for help on using the changeset viewer.