aboutsummaryrefslogtreecommitdiff
path: root/net/udpspeeder/files/udpspeeder-config
blob: fbd8f89297b844936831cd20d0041a840f8d02c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
config udpspeeder 'tunnel1'
	option enabled '1'
	option server '1'
	option mode '0'
	option local '0.0.0.0:4095'
	option remote '127.0.0.1:443'
	option disable_obscure '1'
	option fec '1:3,2:4,8:6,20:10'
	option fix_latency '1'

config udpspeeder 'tunnel2'
	option enabled '1'
	option server '1'
	option mode '0'
	option mtu '1250'
	option timeout '8'
	option local '0.0.0.0:4096'
	option remote '127.0.0.1:444'
	option report '10'
	option disable_obscure '1'
	option fec '1:3,2:4,8:6,20:10'
	option interval '0'
	option disable_fec '0'
	option sock_buf '1024'
	option log_level '4'
	option decode_buf '2000'
	option fix_latency '1'
	option queue_len '200'