- first attempt for connection loading and starting via "stroke"

- some improvements here and there
This commit is contained in:
Martin Willi
2006-03-14 13:22:48 +00:00
parent 8a49112907
commit b1953ccd05
20 changed files with 465 additions and 266 deletions
+10
View File
@@ -54,6 +54,16 @@
*/
#define IKEV2_UDP_PORT 500
/**
* PID file, in which charon stores its process id
*/
#define PID_FILE "/var/run/charon.pid"
/**
* Output of log, use NULL for syslog
*/
#define LOG_OUTPUT NULL
/**
* @brief Default loglevel for every logger context.
*