diff options
author | venaas <venaas> | 2007-02-16 08:53:15 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-02-16 08:53:15 +0000 |
commit | 1c5b4d8f3808a9db6d150a0e56f2c3f908d752b1 (patch) | |
tree | 60efed4f2ab432eb133ce0a35abf651a8b204c5c /radsecproxy.h | |
parent | 85acbc23c2678f163fe3ea65fad31a6053f65eab (diff) |
added tcp and udp listen directives
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@60 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |