| 9 | } |
| 10 | |
| 11 | int connectwithtimeout(ENetSocket sock, const char *hostname, ENetAddress &remoteaddress) |
| 12 | { |
| 13 | int result = enet_socket_connect(sock, &remoteaddress); |
| 14 | if(result<0) enet_socket_destroy(sock); |
| 15 | return result; |
| 16 | } |
| 17 | #endif |
| 18 | |
| 19 | extern struct servercommandline scl; |
no test coverage detected