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

Function new_smc_socket_server

net/kernel_socket.cpp:1037–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035 return new SMCSocketClient();
1036}
1037extern "C" ISocketServer* new_smc_socket_server() {
1038 return NewObj<SMCSocketServer>()->init();
1039}
1040#ifdef ENABLE_FSTACK_DPDK
1041extern "C" ISocketClient* new_fstack_dpdk_socket_client() {
1042 return new FstackDpdkSocketClient();

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected