Skip to content

Commit

Permalink
stun: complete doxygen for struct (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Aug 18, 2023
1 parent 6466662 commit b24630e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stun/keepalive.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
struct stun_keepalive {
struct stun_ctrans *ct; /**< STUN client transaction */
struct stun *stun; /**< STUN instance */
struct udp_helper *uh;
int proto;
void *sock;
struct sa dst;
struct udp_helper *uh; /**< UDP Helper */
int proto; /**< Transport protocol */
void *sock; /**< Transport Socket */
struct sa dst; /**< Destination network address */
struct tmr tmr; /**< Refresh timer */
uint32_t interval; /**< Refresh interval in seconds */
stun_mapped_addr_h *mah; /**< Mapped address handler */
Expand Down

0 comments on commit b24630e

Please sign in to comment.