NATMap: Fix annotations.

This commit is contained in:
hev
2022-10-21 22:43:05 +08:00
parent ace7b36677
commit 8c996a576e
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
/**
* hev_stun_run:
* @fd: http file descriptor
* @fd: socket file descriptor
*
* Run STUN client to get mapped address.
*/

View File

@@ -12,7 +12,7 @@
/**
* hev_tfwd_run:
* @fd: http file descriptor
* @fd: socket file descriptor
*
* Run server for TCP port forwarding.
*/

View File

@@ -12,7 +12,7 @@
/**
* hev_ufwd_run:
* @fd: http file descriptor
* @fd: socket file descriptor
*
* Run server for UDP port forwarding.
*/