diff options
author | Linus Nordberg <linus@nordberg.se> | 2011-02-24 21:57:46 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2011-02-24 21:57:46 +0100 |
commit | 8ebd28762a9398ac39d6bd15d69495048ec0a1a4 (patch) | |
tree | b6dedb3d1096faa3556210653ff454b88fa30bc1 /lib/examples/client-udp.conf | |
parent | 77a7dfad33a8ca1ec691b6a820c5ea777c810ca2 (diff) |
Split example config in two files.
Diffstat (limited to 'lib/examples/client-udp.conf')
-rw-r--r-- | lib/examples/client-udp.conf | 10 |
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 */ + } +} |