aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_netlink/tests.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-11-21 11:01:39 +0100
committerMartin Willi <martin@revosec.ch>2014-11-21 11:01:39 +0100
commite796b88e86a719c03d551318dda359b373496ce5 (patch)
tree2a0743a82f00c906e03fdd0c5550c7cdea79dc49 /src/libhydra/plugins/kernel_netlink/tests.h
parent8ab1b29da4c51bf92df0030f3a17df0ceee1ea06 (diff)
parent50bb81425e93ee04f42b5db542447f7665c4aa6a (diff)
downloadstrongswan-e796b88e86a719c03d551318dda359b373496ce5.tar.bz2
strongswan-e796b88e86a719c03d551318dda359b373496ce5.tar.xz
Merge branch 'netlink-extensions'
Introduces options to enable concurrent Netlink queries. While this does not make much sense on vanilla Linux, this can help on third party stacks to increase throughput if longer latencies are to expect. Netlink message retransmission can be optionally enabled if transmission is unreliable. Non-socket based IKE bypass policies and other tweaks bring better compatibility to third party stacks using Netlink.
Diffstat (limited to 'src/libhydra/plugins/kernel_netlink/tests.h')
-rw-r--r--src/libhydra/plugins/kernel_netlink/tests.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libhydra/plugins/kernel_netlink/tests.h b/src/libhydra/plugins/kernel_netlink/tests.h
new file mode 100644
index 000000000..2b6715a78
--- /dev/null
+++ b/src/libhydra/plugins/kernel_netlink/tests.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2014 Martin Willi
+ * Copyright (C) 2014 revosec AG
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * for more details.
+ */
+
+TEST_SUITE(socket_suite_create)