131
131
bool drizzleclient_net_peer_addr(NET *net, char *buf, uint16_t *port, size_t buflen)
133
return vio_peer_addr(net->vio, buf, port, buflen);
136
136
void drizzleclient_net_keepalive(NET *net, bool flag)
141
141
int drizzleclient_net_get_sd(NET *net)
146
146
bool drizzleclient_net_more_data(NET *net)
151
151
/** Realloc the packet buffer. */