Searched refs:m_standard_queue (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEMSocket.cpp139 CStdPacketQueue::iterator it = m_standard_queue.begin();
140 for (; it != m_standard_queue.end(); ++it) {
143 m_standard_queue.clear();
360 bool first = !((sendbuffer && !m_currentPacket_is_controlpacket) || !m_standard_queue.empty());
362 m_standard_queue.push_back(queueEntry);
495 (!m_control_queue.empty() || !m_standard_queue.empty() || sendbuffer != NULL) && // there must exist something to send
500 (sendbuffer != NULL && m_currentPacket_is_controlpacket == false && bWasLongTimeSinceSend && !m_control_queue.empty() && m_standard_queue.empty() && (sentStandardPacketBytesThisCall + sentControlPacketBytesThisCall) < minFragSize) // We have waited to long to clean the current packet (which may be a standard packet that is in the way). Proceed no matter what the value of onlyAllowedToSendControlPacket.
512 } else if(!m_standard_queue.empty() /*&& onlyAllowedToSendControlPacket == false*/) {
515 StandardPacketQueueEntry queueEntry = m_standard_queue.front();
516 m_standard_queue
[all...]
H A DEMSocket.h126 CStdPacketQueue m_standard_queue; member in class:CEMSocket

Completed in 106 milliseconds