diff options
author | Martin Willi <martin@strongswan.org> | 2007-04-10 06:01:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-04-10 06:01:03 +0000 |
commit | e0fe7651524d96abb5a7109d17bd8bd9da2e25fa (patch) | |
tree | dececc3d13c511dc9f560035b13789bb0d008c93 /TODO | |
parent | 1628cd6bda76f6b1fb33bb853497ce92bd829252 (diff) | |
download | strongswan-e0fe7651524d96abb5a7109d17bd8bd9da2e25fa.tar.bz2 strongswan-e0fe7651524d96abb5a7109d17bd8bd9da2e25fa.tar.xz |
restructured file layout
new configuration structure:
peer_cfg: configuration related to a peer (authenitcation, ...=
ike_cfg: config to use for IKE setup (proposals)
child_Cfg: config for CHILD_SA (proposals, traffic selectors)
a peer_cfg has one ike_cfg and multiple child_cfg's
stroke now uses fixed count of threads
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ Build system ------------ - configure flag which allows to ommit vendor id in pluto - reduce printf handlers count to 10, as uClibc does not support more +- remove %m printf handlers, as error may have changed until it reaches fprintf() Certificate support ------------------- |