Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aria2/aria2
/ decreaseConnections
Method
decreaseConnections
src/BtRuntime.h:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
void increaseConnections() { ++connections_; }
74
75
void decreaseConnections() { --connections_; }
76
77
bool lessThanMaxPeers() const
78
{
Callers
3
~InitiatorMSEHandshakeCommand
Method · 0.80
~PeerInitiateConnectionCommand
Method · 0.80
~PeerInteractionCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected