MCPcopy Create free account
hub / github.com/apache/thrift / tcp_accept

Function tcp_accept

lib/lua/src/usocket.c:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337const char * tcp_accept(p_socket sock, p_socket client, int timeout) {
338 int err = socket_accept(sock, client, NULL, NULL, timeout);
339 ERRORSTR_RETURN(err);
340}
341
342const char * tcp_connect(p_socket sock,
343 const char *host,

Callers 1

l_socket_acceptFunction · 0.85

Calls 1

socket_acceptFunction · 0.85

Tested by

no test coverage detected