aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_api_stun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat_api_stun.c')
-rw-r--r--src/nat/nat_api_stun.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nat/nat_api_stun.c b/src/nat/nat_api_stun.c
index 8f5a5f8f6..7f2ef4eaf 100644
--- a/src/nat/nat_api_stun.c
+++ b/src/nat/nat_api_stun.c
@@ -199,9 +199,7 @@ stun_dns_callback (void *cls,
199 199
200/** 200/**
201 * Make Generic STUN request. Sends a generic stun request to the 201 * Make Generic STUN request. Sends a generic stun request to the
202 * server specified using the specified socket, possibly waiting for 202 * server specified using the specified socket.
203 * a reply and filling the 'reply' field with the externally visible
204 * address.
205 * 203 *
206 * @param server the address of the stun server 204 * @param server the address of the stun server
207 * @param port port of the stun server, in host byte order 205 * @param port port of the stun server, in host byte order