Searched refs:ThrottledControlSocket (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThrottledSocket.h38 class ThrottledControlSocket class
41 virtual ~ThrottledControlSocket() {}
46 class ThrottledFileSocket : public ThrottledControlSocket
H A DUploadBandwidthThrottler.h36 class ThrottledControlSocket;
51 void QueueForSendingControlPacket(ThrottledControlSocket* socket, bool hasSent = false);
52 void RemoveFromAllQueues(ThrottledControlSocket* socket);
57 void DoRemoveFromAllQueues(ThrottledControlSocket* socket);
68 typedef std::deque<ThrottledControlSocket*> SocketQueue;
H A DMuleUDPSocket.h30 #include "ThrottledSocket.h" // Needed for ThrottledControlSocket
48 * @see ThrottledControlSocket
51 class CMuleUDPSocket : public ThrottledControlSocket
132 /** See ThrottledControlSocket::SendControlData */
H A DUploadBandwidthThrottler.cpp193 void UploadBandwidthThrottler::QueueForSendingControlPacket(ThrottledControlSocket* socket, bool hasSent)
216 void UploadBandwidthThrottler::DoRemoveFromAllQueues(ThrottledControlSocket* socket)
230 void UploadBandwidthThrottler::RemoveFromAllQueues(ThrottledControlSocket* socket)
370 ThrottledControlSocket* socket = NULL;

Completed in 22 milliseconds