MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / new_tcp_socket_pool

Function new_tcp_socket_pool

net/pooled_socket.cpp:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263extern "C" ISocketClient* new_tcp_socket_pool(ISocketClient* client, uint64_t TTL_us, bool client_ownership) {
264 return new TCPSocketPool(client, TTL_us, client_ownership);
265}
266
267}
268}

Callers 3

TESTFunction · 0.85
initMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68