Home
last modified time | relevance | path

Searched refs:m_packetcounter (Results 1 – 4 of 4) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/client/
H A Dclient.cpp346 u32 sum = m_packetcounter.sum(); in step()
351 m_packetcounter.print(infostream); in step()
352 m_packetcounter.clear(); in step()
855 m_packetcounter.add((u16)command); in ProcessData()
H A Dclient.h496 PacketCounter m_packetcounter; variable
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclient.h498 PacketCounter m_packetcounter; variable
H A Dclient.cpp362 m_packetcounter.print(infostream); in step()
363 m_packetcounter.clear(); in step()
873 m_packetcounter.add(60000); in ProcessData()
880 m_packetcounter.add((u16)command); in ProcessData()