aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/network/sender.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-02-23 11:51:53 +0100
committerTobias Brunner <tobias@strongswan.org>2012-08-08 15:12:24 +0200
commit064da8b96b24db331e37c93d8f857c8558d294bb (patch)
tree0635f8c3ced5682dec7e84590efbbe1869e9ef61 /src/libcharon/network/sender.h
parent65da43e2fceb74f297a280c034000a7c01538703 (diff)
downloadstrongswan-064da8b96b24db331e37c93d8f857c8558d294bb.tar.bz2
strongswan-064da8b96b24db331e37c93d8f857c8558d294bb.tar.xz
Add Non-ESP marker in sender and not individual socket plugins.
Diffstat (limited to 'src/libcharon/network/sender.h')
-rw-r--r--src/libcharon/network/sender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/network/sender.h b/src/libcharon/network/sender.h
index 6ee070435..d8ff8c892 100644
--- a/src/libcharon/network/sender.h
+++ b/src/libcharon/network/sender.h
@@ -28,7 +28,7 @@ typedef struct sender_t sender_t;
#include <network/packet.h>
/**
- * Thread responsible for sending packets over the socket.
+ * Callback job responsible for sending IKE packets over the socket.
*/
struct sender_t {