Pike programming language

Top Protocols Protocols.DNS Protocols.DNS.server_base
➤ Protocols.DNS.server_base()->report_decode_error() Protocols.DNS.tcp_client ➤

Method Protocols.DNS.server_base()->send_reply()


Method send_reply

protected void send_reply(mapping r, mapping q, mapping m, Stdio.UDP|object con)

Description

Send a reply to the other endpoint.

Note

This is just a prototype, and needs to be overloaded.

This is typically overloaded by a function that calls low_send_reply() and then sends the result to the other endpoint.

See also

server()->send_reply(), tcp_server()->send_reply(), dual_server()->send_reply(), low_send_reply()

Extracted from as of .