support of force_keepalive parameter

This commit is contained in:
Andreas Steffen
2008-04-02 18:35:23 +00:00
parent c3f803c4c6
commit 7a9d3ae471
5 changed files with 8 additions and 0 deletions
+4
View File
@@ -167,6 +167,10 @@ starter_start_pluto (starter_config_t *cfg, bool debug)
{
arg[argc++] = "--nat_traversal";
}
if (cfg->setup.force_keepalive)
{
arg[argc++] = "--force_keepalive";
}
if (cfg->setup.keep_alive)
{
static char buf2[15];