Drizzled Public API Documentation
19 #include <sys/socket.h>
22 namespace drizzle_plugin {
49 size_t read(
unsigned char* buf,
size_t size);
57 size_t write(
const unsigned char* buf,
size_t size);
65 int blocking(
bool set_blocking_mode,
bool *old_mode);
98 bool peer_addr(
char *buf,
size_t buflen, uint16_t& port)
const;