MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected