mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
change default mcast address once again, to make sure our traffic doesn't leave the network by default
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@728 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
68a6d61172
commit
e1887b552c
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ PA_MODULE_USAGE(
|
|||
)
|
||||
|
||||
#define SAP_PORT 9875
|
||||
#define DEFAULT_SAP_ADDRESS "224.0.1.3"
|
||||
#define DEFAULT_SAP_ADDRESS "224.0.0.56"
|
||||
#define MEMBLOCKQ_MAXLENGTH (1024*170)
|
||||
#define MAX_SESSIONS 16
|
||||
#define DEATH_TIMEOUT 20000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue