| 167 | } |
| 168 | |
| 169 | void Send() |
| 170 | { |
| 171 | bool bReliable = std::uniform_real_distribution<>()( g_rand ) < .60; |
| 172 | SendRandomMessage( bReliable, bReliable ? TestMsg::k_cbMaxSize : 2000 ); |
| 173 | } |
| 174 | }; |
| 175 | |
| 176 | static SFakePeer g_peerServer( "Server" ); |
no outgoing calls
no test coverage detected