source: trunk/src/testing/sageConfig/fsManager.conf @ 4

Revision 4, 1.0 KB checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
1fsManager       local 127.0.0.1
2systemPort      20002
3uiPort          20001
4trackPort       20003
5#conManager      74.114.99.36 15557   
6
7tileConfiguration stdtile-1.conf
8
9receiverSyncPort  12000
10receiverStreamPort   22000
11receiverBufSize    50
12fullScreen     0
13winTime         0
14winStep     1
15
16audio false
17audioConfiguration audio-stdtile-1.conf
18receiverAudioSyncPort 28000
19receiverAudioPort 26000
20syncPort 24000
21
22rcvNwBufSize 4M
23sendNwBufSize 65K
24MTU 1450
25
26# Synchronization mode
27# 0  //no sync
28#       no syncCheckThread is created. no syncServer and Client are created
29#       All application will be running in NO_SYNC mode regardless of their config
30# 1  //data sync only (default)
31# 2  //1 + swap buffer sync
32syncLevel 1
33
34# 2nd phase of the new sync
35syncBarrierPort 24381
36
37# syncMaster mainLoop while() timeout value in Hz
38# should be faster than the frame rate of the fastest video
39# higher value will affect sage performance
40refreshInterval 120
41
42# syncMaster mainLoop select() return timer in usec. 0 for constant polling
43syncMasterPollingInterval 100
44
Note: See TracBrowser for help on using the repository browser.