summaryrefslogtreecommitdiff
path: root/lib/examples/client-udp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lib/examples/client-udp.conf')
-rw-r--r--lib/examples/client-udp.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/examples/client-udp.conf b/lib/examples/client-udp.conf
index a83fb26..8578e8b 100644
--- a/lib/examples/client-udp.conf
+++ b/lib/examples/client-udp.conf
@@ -1,10 +1,10 @@
config blocking-udp {
type = "UDP"
+ timeout = 2
+ retries = 2
server {
- hostname = "localhost"
+ hostname = "127.0.0.1"
service = "1820"
secret = "sikrit"
- timeout = 1 /* optional */
- tries = 10 /* optional */
}
}