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.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/examples/client-udp.conf b/lib/examples/client-udp.conf
new file mode 100644
index 0000000..a83fb26
--- /dev/null
+++ b/lib/examples/client-udp.conf
@@ -0,0 +1,10 @@
+config blocking-udp {
+ type = "UDP"
+ server {
+ hostname = "localhost"
+ service = "1820"
+ secret = "sikrit"
+ timeout = 1 /* optional */
+ tries = 10 /* optional */
+ }
+}