NodeC  0.1
Low level TCP Connections

Low level functions to access TCP. More...

Macros

#define using_tcp_channel(ch)
 

Typedefs

typedef struct _channel_t tcp_channel_t
 

Functions

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_tasync_tcp_channel_receive (tcp_channel_t *ch)
 

Detailed Description

Low level functions to access TCP.