Searched refs:m_packetLossRatio (Results 1 – 2 of 2) sorted by relevance
78 m_packetLossRatio = 0; in Initialize()106 m_packetLossRatio = per; in SetPacketLossRatio()113 LOG("m_packetLossRatio: %d (%d)\n", offsetof(HostBase, m_packetLossRatio), sizeof(int)); in PrintProperty()126 int r = (m_packetLossRatio==0) ? 100 : std::rand()%100; in putSegment()128 if(r >= m_packetLossRatio) in putSegment()
109 int m_packetLossRatio; // Packet loss rate. Zero or higher, 100 or lower. variable