mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-30 02:09:28 -05:00
auth zone fix comment
git-svn-id: file:///svn/unbound/trunk@4483 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
84e819dc31
commit
392be1e787
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
|
|||
* @param timeout: timeout for the TCP connection.
|
||||
* timeout in milliseconds, or -1 for no (change to the) timeout.
|
||||
* So seconds*1000.
|
||||
* @return commpoint that you can comm_point_send_udp_msg with, or NULL.
|
||||
* @return tcp_out commpoint, or NULL.
|
||||
*/
|
||||
struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
|
||||
comm_point_callback_type* cb, void* cb_arg,
|
||||
|
|
|
|||
Loading…
Reference in a new issue