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