mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
CR
This commit is contained in:
parent
9fe7a3350c
commit
9ea41f7122
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ public:
|
|||
void sendFakedHandshakeRequestToNode(SharedNodePointer node);
|
||||
#endif
|
||||
|
||||
size_t getMaxConnectionRate() { return _maxConnectionRate; }
|
||||
size_t getMaxConnectionRate() const { return _maxConnectionRate; }
|
||||
void setMaxConnectionRate(size_t rate) { _maxConnectionRate = rate; }
|
||||
|
||||
int getInboundPPS() const { return _inboundPPS; }
|
||||
|
|
Loading…
Reference in a new issue