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

Function new_et_tcp_socket_client

net/kernel_socket.cpp:1028–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027#endif // PHOTON_URING
1028extern "C" ISocketClient* new_et_tcp_socket_client() {
1029 return new ETKernelSocketClient();
1030}
1031extern "C" ISocketServer* new_et_tcp_socket_server() {
1032 return NewObj<ETKernelSocketServer>()->init();
1033}

Callers 3

TESTFunction · 0.85
et_tcp_clientFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
et_tcp_clientFunction · 0.68
TESTFunction · 0.68