mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
re-remove the flow window full variable
This commit is contained in:
parent
d77778790b
commit
058a3c422b
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@ private:
|
|||
|
||||
std::atomic<int> _flowWindowSize { 0 }; // Flow control window size (number of packets that can be on wire) - set from CC
|
||||
|
||||
time_point _flowWindowFullSince;
|
||||
|
||||
mutable std::mutex _naksLock; // Protects the naks list.
|
||||
LossList _naks; // Sequence numbers of packets to resend
|
||||
|
||||
|
|
Loading…
Reference in a new issue