working on server

This commit is contained in:
2014-08-17 23:17:14 +01:00
parent a702315531
commit a7feac05e6
16 changed files with 373 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
void server_socket_listen(int fd, uint16_t port);
void server_socket_release(int fd);
bool server_socket_canaccept(int fd);
skt_info* server_socket_accept(int fd, int flags);
socket_info* server_socket_accept(int fd, int flags);
#ifdef __cplusplus