Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
6b3afaa4
Commit
6b3afaa4
authored
Sep 20, 2007
by
Pekka Pessi
Browse files
stun: updated documentation
darcs-hash:20070920184522-65a35-964d47a220990b8d992d92222fe5039e28fcda01.gz
parent
05521e9b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
libsofia-sip-ua/stun/lookup_stun_server.c
libsofia-sip-ua/stun/lookup_stun_server.c
+1
-1
libsofia-sip-ua/stun/stun.c
libsofia-sip-ua/stun/stun.c
+1
-1
libsofia-sip-ua/stun/stun.docs
libsofia-sip-ua/stun/stun.docs
+3
-3
libsofia-sip-ua/stun/stun_common.c
libsofia-sip-ua/stun/stun_common.c
+1
-1
libsofia-sip-ua/stun/stun_dns.c
libsofia-sip-ua/stun/stun_dns.c
+1
-1
libsofia-sip-ua/stun/stun_mini.c
libsofia-sip-ua/stun/stun_mini.c
+1
-1
libsofia-sip-ua/stun/stun_tag.c
libsofia-sip-ua/stun/stun_tag.c
+1
-1
No files found.
libsofia-sip-ua/stun/lookup_stun_server.c
View file @
6b3afaa4
...
...
@@ -22,7 +22,7 @@
*
*/
/**
/**
@internal
* @file lookup_stun_server.c
* @brief Test app for STUN DNS-SRV lookups.
*
...
...
libsofia-sip-ua/stun/stun.c
View file @
6b3afaa4
...
...
@@ -22,7 +22,7 @@
*
*/
/**
/**
@internal
* @file stun.c STUN client module
*
* See RFC 3489/3489bis for further information.
...
...
libsofia-sip-ua/stun/stun.docs
View file @
6b3afaa4
...
...
@@ -14,9 +14,9 @@ client library.
@section stun_contents Contents of stun Module
The stun module contains the public header files as follows:
- <stun.h> the public API of the module
- <stun_common.h> low-level functions for parsing and encoding STUN messages
- <stun_tag.h> defines the su tags used by stun
- <
sofia-sip/
stun.h> the public API of the module
- <
sofia-sip/
stun_common.h> low-level functions for parsing and encoding STUN messages
- <
sofia-sip/
stun_tag.h> defines the su tags used by stun
@section stun_usage Using Sofia STUN Library
...
...
libsofia-sip-ua/stun/stun_common.c
View file @
6b3afaa4
...
...
@@ -22,7 +22,7 @@
*
*/
/**
/**
@internal
* @file stun_common.c
* @brief
*
...
...
libsofia-sip-ua/stun/stun_dns.c
View file @
6b3afaa4
...
...
@@ -22,7 +22,7 @@
*
*/
/**
/**
@internal
* @file stun_dns.c
* @brief Functins to discover STUN server address using DNS-SRV.
*
...
...
libsofia-sip-ua/stun/stun_mini.c
View file @
6b3afaa4
...
...
@@ -22,7 +22,7 @@
*
*/
/**
/**
@internal
* @file stun_mini.c
* @brief Minimal stun server
*
...
...
libsofia-sip-ua/stun/stun_tag.c
View file @
6b3afaa4
...
...
@@ -22,7 +22,7 @@
*
*/
/**@CFILE stun_tag.c Tags and tag lists for Offer/Answer Engine
/**
@internal
@CFILE stun_tag.c Tags and tag lists for Offer/Answer Engine
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
* @author Martti Mela <Martti.Mela@nokia.com>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment