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:
Lennart Poettering 2006-04-16 11:13:20 +00:00
parent 68a6d61172
commit e1887b552c
2 changed files with 2 additions and 2 deletions

View file

@ -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