59
60
/* Reset initialized VIO to use with another transport type */
61
62
void vio_reset(Vio* vio, enum enum_vio_type type,
65
66
vio_init(vio, type, sd, flags);
69
70
/* Open the socket or TCP/IP connection and read the fnctl() status */
77
78
vio_init(vio, type, sd, flags);
78
79
sprintf(vio->desc, "TCP/IP (%d)", vio->sd);