MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / socket_args

Method socket_args

libhsclient/socket.hpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 int sndbuf;
32 int rcvbuf;
33 socket_args() : addr(), addrlen(0), family(AF_INET), socktype(SOCK_STREAM),
34 protocol(0), timeout(600), listen_backlog(256),
35 reuseaddr(true), nonblocking(false), use_epoll(false),
36 sndbuf(0), rcvbuf(0) { }
37 void set(const config& conf);
38 void set_unix_domain(const char *path);
39 int resolve(const char *node, const char *service);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected