summaryrefslogtreecommitdiff
path: root/lib/examples/client-udp.conf
blob: a83fb2644d293fb56053045d786f8cd6c26c0c6a (plain)
1
2
3
4
5
6
7
8
9
10
config blocking-udp {
    type = "UDP"
    server {
        hostname = "localhost"
	service = "1820"
	secret = "sikrit"
	timeout = 1         /* optional */
	tries = 10	      /* optional */
    }
}