MCPcopy Create free account
hub / github.com/acl-dev/acl / on_accept

Method on_accept

lib_acl_cpp/src/stdlib/dns_service.cpp:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143dns_service::~dns_service(void) {}
144
145void dns_service::on_accept(aio_socket_stream* client)
146{
147 ipc_client* ipc = NEW dns_ipc(this, magic_);
148 ipc->open(client);
149
150 // ������Ϣ�ص�����
151 ipc->append_message(IPC_RES);
152 ipc->wait();
153}
154
155#ifdef ACL_WINDOWS
156

Callers

nothing calls this directly

Calls 4

dns_ipcClass · 0.85
append_messageMethod · 0.80
openMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected