From 0065f2622cc3bdf1e5cfd322fbb890a25afef8d8 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 4 Oct 2010 01:31:01 +0200 Subject: WIP -- reading configuration. --- lib/examples/client.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/examples/client.conf (limited to 'lib/examples/client.conf') diff --git a/lib/examples/client.conf b/lib/examples/client.conf new file mode 100644 index 0000000..5f9536f --- /dev/null +++ b/lib/examples/client.conf @@ -0,0 +1,10 @@ +realm blocking { + type = "UDP" + server { + hostname = "localhost" + service = "1820" + secret = "sikrit" + timeout = 1 /* optional */ + tries = 10 /* optional */ + } +} -- cgit v1.1