summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-22 15:06:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-23 10:03:10 +0200
commit9a937f4ddb5261daa85479994c505a6d2fb5e08a (patch)
tree454d907b38cddccb9da87fefe1f5387e65e553da /rtemsbsd
parentCONDVAR(9): Use lock class (diff)
downloadrtems-libbsd-9a937f4ddb5261daa85479994c505a6d2fb5e08a.tar.bz2
Disable IPsec
IPsec has a significant performance impact. Disable it for now since is only partially supported and untested.
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_inet.h1
-rw-r--r--rtemsbsd/include/rtems/bsd/local/opt_ipsec.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_inet.h b/rtemsbsd/include/rtems/bsd/local/opt_inet.h
index 9b12a5b2..fdf70095 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_inet.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_inet.h
@@ -1,2 +1 @@
#define INET 1
-#define TCP_SIGNATURE 1
diff --git a/rtemsbsd/include/rtems/bsd/local/opt_ipsec.h b/rtemsbsd/include/rtems/bsd/local/opt_ipsec.h
index a70da12b..e69de29b 100644
--- a/rtemsbsd/include/rtems/bsd/local/opt_ipsec.h
+++ b/rtemsbsd/include/rtems/bsd/local/opt_ipsec.h
@@ -1 +0,0 @@
-#define IPSEC 1