]> sjero.net Git - linphone/blob - p2pproxy/dependencies-src/jxse-src-2.5/api/src/net/jxta/user.properties
remove mediastreamer2 and add it as a submodule instead.
[linphone] / p2pproxy / dependencies-src / jxse-src-2.5 / api / src / net / jxta / user.properties
1 # Amount of time in minutes after which a connection is considered idle and may 
2 # be scavenged expressed in minutes
3 impl.endpoint.tls.connection.idletimeout=5
4
5 # Amount of time in minutes a connection must be idle before a reconnection 
6 # attempt will be considered expressed in minutes
7 impl.endpoint.tls.connection.minidlereconnect=1
8
9 # Amount if time in minutes which retries may remain queued for retrasmission.
10 # expressed in minutes
11 impl.endpoint.tls.connection.maxretryage=2
12
13 # Cache Manager Deffered checkpoint
14 # a setting of true deffers commit checkpoint to the Filer
15 # this setting increases performance, with a caveat of possible
16 # data corruption in unexpected process termination due to kernel
17 # crash, or power loss
18 impl.cm.defferedcheckpoint=true
19
20 #Discovery provides the ability to disable discovery network traffic
21 #when defined, it renders discovery a local cache
22 impl.discovery.localonly=false