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