diff options
Diffstat (limited to 'lib/examples/client-udp.conf')
-rw-r--r-- | lib/examples/client-udp.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/examples/client-udp.conf b/lib/examples/client-udp.conf deleted file mode 100644 index 8578e8b..0000000 --- a/lib/examples/client-udp.conf +++ /dev/null @@ -1,10 +0,0 @@ -config blocking-udp { - type = "UDP" - timeout = 2 - retries = 2 - server { - hostname = "127.0.0.1" - service = "1820" - secret = "sikrit" - } -} |