| 580 | #endif |
| 581 | |
| 582 | void setSimulatedNetParams(F32 packetLoss, U32 ping) |
| 583 | { mSimulatedPacketLoss = packetLoss; mSimulatedPing = ping; } |
| 584 | |
| 585 | bool isConnectionToServer() { return mTypeFlags.test(ConnectionToServer); } |
| 586 | bool isLocalConnection() { return !mRemoteConnection.isNull() ; } |
no outgoing calls
no test coverage detected