69
66
my_socket vio_fd(Vio*vio);
70
67
/* Remote peer's address and name in text form */
71
bool vio_peer_addr(Vio *vio, char *buf, uint16 *port, size_t buflen);
68
bool vio_peer_addr(Vio *vio, char *buf, uint16_t *port, size_t buflen);
72
69
bool vio_poll_read(Vio *vio,uint timeout);
73
70
bool vio_peek_read(Vio *vio, uint *bytes);