MCPcopy Create free account
hub / github.com/acl-dev/acl / sock_handle

Function sock_handle

lib_acl_cpp/include/acl_cpp/stream/aio_stream.hpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209#else
210 int get_socket() const;
211 int sock_handle() const
212#endif
213 {
214 return get_socket();
215 }
216
217 /**
218 * Get remote connection address.

Callers 8

socket_stream.cppFile · 0.50
get_tcp_nodelayMethod · 0.50
get_tcp_solingerMethod · 0.50
get_tcp_sendbufMethod · 0.50
get_tcp_recvbufMethod · 0.50
get_tcp_non_blockingMethod · 0.50
set_zerocopyMethod · 0.50
wait_iocpMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…