p2
0.0
|
create and init a Aio_tcp
object
More...
Public Member Functions | |
static PN | aio_tcp_open (Potion *P, PN cl, PN tcp, PN sock) |
static PN | aio_tcp_nodelay (Potion *P, PN cl, PN tcp, PN enable) |
static PN | aio_tcp_keepalive (Potion *P, PN cl, PN tcp, PN enable, PN delay) |
static PN | aio_tcp_simultaneous_accepts (Potion *P, PN cl, PN tcp, PN enable) |
static PN | aio_tcp_bind (Potion *P, PN cl, PN tcp, PN addr, PN port) |
static PN | aio_tcp_bind6 (Potion *P, PN cl, PN tcp, PN addr, PN port) |
static PN | aio_tcp_getsockname (Potion *P, PN cl, PN tcp) |
static PN | aio_tcp_getpeername (Potion *P, PN cl, PN tcp) |
static PN | aio_tcp_connect (Potion *P, PN cl, PN tcp, PN req, PN addr, PN port, PN cb) |
static PN | aio_tcp_connect6 (Potion *P, PN cl, PN tcp, PN req, PN addr, PN port, PN cb) |
create and init a Aio_tcp
object
loop | PNAioLoop to uv_loop_t*, defaults to uv_default_loop() |