re-remove the flow window full variable

This commit is contained in:
Stephen Birarda 2015-08-28 11:32:17 -07:00
parent d77778790b
commit 058a3c422b

View file

@ -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