| 229 | } |
| 230 | |
| 231 | void CNetworkClient::OnError(std::uint32_t ulErrorType, const boost::system::error_code & e) |
| 232 | { |
| 233 | NETWORK_LOG(LL_ERR, "Network error handled! ID: %u System error: %u(%s)", ulErrorType, e.value(), e.message().c_str()); |
| 234 | } |
| 235 | |
| 236 | |
| 237 | void CNetworkClient::SendCrypted(std::uint32_t ulPacketID, void* pData, std::size_t ulSize) |
nothing calls this directly
no outgoing calls
no test coverage detected