diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-16 11:36:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-16 11:36:34 +0000 |
commit | 073974011d72431d7f1c82746e12ba7e7dd3b234 (patch) | |
tree | c2cec24685d9ddeeaccf28ed6d31f6fcb45ea97e /openwrt | |
parent | charset fix @ LICENSE file (diff) |
updated kamikaze package description
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/kamikaze/uanytun/Makefile | 15 |
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 |