Method Protocols.DNS.server_base()->send_reply()
- Method
send_reply
protectedvoidsend_reply(mappingr,mappingq,mappingm,Stdio.UDP|objectcon)- 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()