summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-16 11:36:34 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-16 11:36:34 +0000
commit073974011d72431d7f1c82746e12ba7e7dd3b234 (patch)
treec2cec24685d9ddeeaccf28ed6d31f6fcb45ea97e /openwrt
parentcharset fix @ LICENSE file (diff)
updated kamikaze package description
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/kamikaze/uanytun/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/openwrt/kamikaze/uanytun/Makefile b/openwrt/kamikaze/uanytun/Makefile
index 4b47b41..1e25513 100644
--- a/openwrt/kamikaze/uanytun/Makefile
+++ b/openwrt/kamikaze/uanytun/Makefile
@@ -34,10 +34,17 @@ define Package/uanytun/template
endef
define Package/uanytun/desc-template
-uAnytun is a tiny implementation of SATP. Unlike Anytun which is a full
- featured implementation uAnytun has no support for multiple connections
- or synchronisation. It is a small single threaded implementation intended
- to act as a client on small platforms.
+uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol.
+ SATP defines a protocol used for communication between any combination of
+ unicast and anycast tunnel endpoints. It has less protocol overhead than
+ IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g.
+ ethernet, ip, arp ...). SATP directly includes cryptography and message
+ authentication based on the methodes used by SRTP. It is intended to deliver
+ a generic, scaleable and secure solution for tunneling and relaying of packets
+ of any protocol.
+ Unlike Anytun which is a full featured implementation uAnytun has no support
+ for multiple connections or synchronisation. It is a small single threaded
+ implementation intended to act as a client on small platforms.
endef
define Package/uanytun