Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
extern
"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
TEST
Function · 0.85
init
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68