From 1c5b4d8f3808a9db6d150a0e56f2c3f908d752b1 Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 16 Feb 2007 08:53:15 +0000 Subject: added tcp and udp listen directives git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@60 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- radsecproxy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'radsecproxy.h') diff --git a/radsecproxy.h b/radsecproxy.h index 9a71de3..e1ffb53 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -54,6 +54,8 @@ struct options { char *tlscertificatekeyfile; char *tlscertificatekeypassword; char *udpserverport; + char *listenudp; + char *listentcp; }; /* requests that our client will send */ -- cgit v1.2.3