summaryrefslogtreecommitdiffstats
path: root/prince/files/prince.conf
blob: 7ffbcd4494077efc310604db8cebd1fa6b2cfbf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"proto": {
		"protocol": "oonf",
		"host": "127.0.0.1",
		"port": 2009 ,
		"refresh": 10,
		"timer_port": 2009
	},
	"graph-parser": {
		"heuristic": 1,
		"weights": 1,
		"recursive": 0,
		"stop_unchanged": 0,
		"multithreaded": 0
	}
}