From 058a3c422b547494441fef01f3e977fc3a0d7a8d Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 28 Aug 2015 11:32:17 -0700 Subject: [PATCH] re-remove the flow window full variable --- libraries/networking/src/udt/SendQueue.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/networking/src/udt/SendQueue.h b/libraries/networking/src/udt/SendQueue.h index fe07495e55..c6668f1d09 100644 --- a/libraries/networking/src/udt/SendQueue.h +++ b/libraries/networking/src/udt/SendQueue.h @@ -111,8 +111,6 @@ private: std::atomic _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