44 ::ll::TypedStorage<4, 4, ::NetworkPeer::NetworkLoad> mLoad;
45 ::ll::TypedStorage<4, 4, int> mCurrentPing;
46 ::ll::TypedStorage<4, 4, int> mAveragePing;
47 ::ll::TypedStorage<4, 4, int> mApproximateMaxBps;
48 ::ll::TypedStorage<4, 4, float> mCurrentPacketLoss;
49 ::ll::TypedStorage<4, 4, float> mAveragePacketLoss;
50 ::ll::TypedStorage<8, 8, uint64> mTotalBytesReceived;
51 ::ll::TypedStorage<8, 8, uint64> mTotalBytesSent;
52 ::ll::TypedStorage<8, 8, uint64> mCurrentBytesSendBuffer;
53 ::ll::TypedStorage<4, 4, int> mICEState;
54 ::ll::TypedStorage<1, 1, bool> mUsingRelays;