Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
f5ecdf79
Commit
f5ecdf79
authored
Apr 24, 2014
by
Philip Withnall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent: Document units for NiceAgent::upnp-timeout property
It’s in milliseconds.
parent
eb9d67d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
agent/agent.c
agent/agent.c
+3
-3
No files found.
agent/agent.c
View file @
f5ecdf79
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
#define MAX_BUFFER_SIZE ((1 << 16) - 1)
/* 65535 */
#define MAX_BUFFER_SIZE ((1 << 16) - 1)
/* 65535 */
#define DEFAULT_STUN_PORT 3478
#define DEFAULT_STUN_PORT 3478
#define DEFAULT_UPNP_TIMEOUT 200
#define DEFAULT_UPNP_TIMEOUT 200
/* milliseconds */
#define MAX_TCP_MTU 1400
/* Use 1400 because of VPNs and we assume IEE 802.3 */
#define MAX_TCP_MTU 1400
/* Use 1400 because of VPNs and we assume IEE 802.3 */
...
@@ -550,8 +550,8 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -550,8 +550,8 @@ nice_agent_class_init (NiceAgentClass *klass)
/**
/**
* NiceAgent:upnp-timeout:
* NiceAgent:upnp-timeout:
*
*
* The maximum amount of time
to wait for UPnP discovery to finish before
* The maximum amount of time
(in milliseconds) to wait for UPnP discovery to
* signaling the #NiceAgent::candidate-gathering-done signal
*
finish before
signaling the #NiceAgent::candidate-gathering-done signal
*
*
* Since: 0.0.7
* Since: 0.0.7
*/
*/
...
...
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