aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/doc/Architecture.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/doc/Architecture.txt')
-rw-r--r--Source/charon/doc/Architecture.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/doc/Architecture.txt b/Source/charon/doc/Architecture.txt
index fb7c28a41..81b3e2f97 100644
--- a/Source/charon/doc/Architecture.txt
+++ b/Source/charon/doc/Architecture.txt
@@ -4,8 +4,8 @@
IKEv1 and IKEv2 is handled in different keying daemons. The ole IKEv1 stuff is
completely handled in pluto, as it was all the times. IKEv2 is handled in the
new keying daemon, which is called charon.
-Daemon control is done over unix sockets. Pluto uses whack, as it did all the
-times. Charon uses another socket interface, called stroke. Stroke uses another
+Daemon control is done over unix sockets. Pluto uses whack, as it did for years.
+Charon uses another socket interface, called stroke. Stroke uses another
format as whack and therefore is not compatible to whack. The starter utility,
wich does fast configuration parsing, speaks both the protocols, whack and
stroke. It also handles daemon startup and termination.