Pyrogenesis
13997
|
Go to the source code of this file.
Macros | |
#define | ROW(id, title, member) |
#define | ROW(id, title, member) m_LatchedData[i].push_back(CStr::FromUInt(host->peers[i].member)); |
Enumerations | |
enum | { Row_InData, Row_OutData, Row_LastSendTime, Row_LastRecvTime, Row_NextTimeout, Row_PacketsSent, Row_PacketsLost, Row_LastRTT, Row_RTT, Row_MTU, Row_ReliableInTransit, NumberRows } |
#define ROW | ( | id, | |
title, | |||
member | |||
) |
#define ROW | ( | id, | |
title, | |||
member | |||
) | m_LatchedData[i].push_back(CStr::FromUInt(host->peers[i].member)); |
anonymous enum |
Enumerator | |
---|---|
Row_InData | |
Row_OutData | |
Row_LastSendTime | |
Row_LastRecvTime | |
Row_NextTimeout | |
Row_PacketsSent | |
Row_PacketsLost | |
Row_LastRTT | |
Row_RTT | |
Row_MTU | |
Row_ReliableInTransit | |
NumberRows |
Definition at line 24 of file NetStats.cpp.