Searched refs:m_currentPacket_is_controlpacket (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.cpp79 m_currentPacket_is_controlpacket = false;
360 bool first = !((sendbuffer && !m_currentPacket_is_controlpacket) || !m_standard_queue.empty());
431 if (m_currentPacket_is_controlpacket) {
499 (sendbuffer != NULL && m_currentPacket_is_controlpacket == true) || // We are in the progress of sending a control packet. We are always allowed to send those
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.
509 m_currentPacket_is_controlpacket = true;
514 m_currentPacket_is_controlpacket = false;
549 m_currentPacket_is_controlpacket ||
555 if(!onlyAllowedToSendControlPacket || m_currentPacket_is_controlpacket) {
595 if(m_currentPacket_is_controlpacket
[all...]
H A DEMSocket.h128 bool m_currentPacket_is_controlpacket; member in class:CEMSocket

Completed in 161 milliseconds