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