mirror of
https://github.com/lunarmodules/luasocket.git
synced 2026-02-07 02:26:34 +01:00
Trying to get rid of EINTR problems...
This commit is contained in:
@@ -34,7 +34,7 @@ const char *sock_create(p_sock ps, int domain, int type, int protocol);
|
||||
void sock_destroy(p_sock ps);
|
||||
int sock_accept(p_sock ps, p_sock pa, SA *addr, socklen_t *addr_len,
|
||||
int timeout);
|
||||
const char *sock_connect(p_sock ps, SA *addr, socklen_t addr_len);
|
||||
const char *sock_connect(p_sock ps, SA *addr, socklen_t addr_len, int timeout);
|
||||
const char *sock_bind(p_sock ps, SA *addr, socklen_t addr_len);
|
||||
void sock_listen(p_sock ps, int backlog);
|
||||
void sock_shutdown(p_sock ps, int how);
|
||||
|
||||
Reference in New Issue
Block a user