Low level functions to access TCP.
More...
|
#define | using_tcp_channel(ch) |
|
|
typedef struct _channel_t | tcp_channel_t |
|
|
void | channel_freev (lh_value vchannel) |
|
uv_tcp_t * | nodec_tcp_alloc () |
|
void | nodec_tcp_free (uv_tcp_t *tcp) |
|
void | nodec_tcp_freev (lh_value tcp) |
|
void | nodec_tcp_bind (uv_tcp_t *handle, const struct sockaddr *addr, unsigned int flags) |
|
tcp_channel_t * | nodec_tcp_listen (uv_tcp_t *tcp, int backlog, bool channel_owns_tcp) |
|
uv_stream_t * | async_tcp_channel_receive (tcp_channel_t *ch) |
|
Low level functions to access TCP.