mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
Update the dns_dispatch_add() function's documentation
The 'timedout' callback no longer exists. Remove the mentioning of the 'timedout' callback.
This commit is contained in:
@@ -308,10 +308,8 @@ dns_dispatch_add(dns_dispatch_t *disp, isc_loop_t *loop,
|
|||||||
* with the dispatch entry object.
|
* with the dispatch entry object.
|
||||||
*
|
*
|
||||||
* The 'connected' and 'sent' callbacks are run to inform the caller when
|
* The 'connected' and 'sent' callbacks are run to inform the caller when
|
||||||
* the connect and send functions are complete. The 'timedout' callback
|
* the connect and send functions are complete. The 'response' callback is run
|
||||||
* is run to inform the caller that a read has timed out; it may optionally
|
* for recv results (response packets, timeouts, or cancellations).
|
||||||
* reset the read timer. The 'response' callback is run for recv results
|
|
||||||
* (response packets, timeouts, or cancellations).
|
|
||||||
*
|
*
|
||||||
* All the callback functions are sent 'arg' as a parameter.
|
* All the callback functions are sent 'arg' as a parameter.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user