From 9c67f5ff54513d88e026d6f62304a85cffefe9a1 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 20 Jul 2011 22:19:01 +0200 Subject: fixed some more misspellings --- doc/architecture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/architecture.h') diff --git a/doc/architecture.h b/doc/architecture.h index 47d8202c2..a95bffae9 100644 --- a/doc/architecture.h +++ b/doc/architecture.h @@ -47,10 +47,10 @@ Since IKEv2 uses the same port as IKEv1, both daemons must listen to UDP port 500. Under Linux, there is no clean way to set up two sockets at the same port. To reslove this problem, charon uses a RAW socket, as they are used in network sniffers. An installed Linux Socket Filter (LSF) filters out all none-IKEv2 -traffic. Pluto receives any IKE message, independent of charons behavior. +traffic. Pluto receives any IKE message, independent of charon's behavior. Therefore plutos behavior is changed to discard any IKEv2 traffic silently. To gain some reusability of the code, generic crypto and utility functions are separeted in a shared library, libstrongswan. -*/ \ No newline at end of file +*/ -- cgit v1.2.3