Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
af86fc78
Commit
af86fc78
authored
Jan 21, 2004
by
hartman
Browse files
* a 30 secs timeout is way too fast. changed to 1800 which is more realistic
parent
78cd5140
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/sap.c
View file @
af86fc78
...
...
@@ -2,7 +2,7 @@
* sap.c : SAP interface module
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: sap.c,v 1.4
6
2004/01/
15 19:21:03 sigmunau
Exp $
* $Id: sap.c,v 1.4
7
2004/01/
21 22:55:34 hartman
Exp $
*
* Authors: Arnaud Schauly <gitan@via.ecp.fr>
* Clment Stenac <zorglub@via.ecp.fr>
...
...
@@ -95,7 +95,7 @@
#define SAP_SCOPE_TEXT N_("IPv6 SAP scope")
#define SAP_SCOPE_LONGTEXT N_( \
"Sets the scope for IPv6 announces (default is 8)")
#define SAP_TIMEOUT_TEXT N_("SAP timeout")
#define SAP_TIMEOUT_TEXT N_("SAP timeout
\(seconds\)
")
#define SAP_TIMEOUT_LONGTEXT N_( \
"Sets the time before SAP items get deleted if no new announce" \
"is received")
...
...
@@ -117,7 +117,7 @@ vlc_module_begin();
add_string
(
"sap-ipv6-scope"
,
"8"
,
NULL
,
SAP_SCOPE_TEXT
,
SAP_SCOPE_LONGTEXT
,
VLC_TRUE
);
add_integer
(
"sap-timeout"
,
3
0
,
NULL
,
add_integer
(
"sap-timeout"
,
180
0
,
NULL
,
SAP_TIMEOUT_TEXT
,
SAP_TIMEOUT_LONGTEXT
,
VLC_TRUE
);
set_description
(
_
(
"SAP interface"
)
);
...
...
Write
Preview
Supports
Markdown
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