From 0efe1f109fd1953135be072f1516854e554e35d3 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 18 Dec 2012 13:24:59 +0100 Subject: [PATCH] Config docu. --- lib/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/conf.c b/lib/conf.c index 1cb7049..42f1373 100644 --- a/lib/conf.c +++ b/lib/conf.c @@ -19,7 +19,7 @@ # common config options # common realm config options - realm NAME { + realm STRING { type = "UDP"|"TCP"|"TLS"|"DTLS" timeout = INT retries = INT @@ -34,7 +34,7 @@ } # client specific realm config options - realm NAME { + realm STRING { server { hostname = STRING service = STRING -- 2.1.4