Commit Graph

3 Commits

Author SHA1 Message Date
benoit
261a888699 Update to tinc-1.0.31.
from Rafael Sadowski (Maintainer) and tested by Uwe Werler
2017-02-27 14:08:16 +00:00
jca
8a3e788fb3 Update to tinc-1.0.28
from Rafael Sadowski (maintainer)
2016-05-27 11:49:04 +00:00
sthen
cba269f89d import ports/net/tinc, from Rafael Sadowski with tweaks from jca and myself
OK jca

tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
encryption to create a secure private network between hosts on the Internet.

Because the tunnel appears to the IP level network code as a normal network
device, there is no need to adapt any existing software.  This tunnelling
allows VPN sites to share information with each other over the Internet
without exposing any information to others.

A single tinc daemon can accept more than one connection at a time, thus
making it possible to create larger virtual networks, because some
limitations are circumvented.

Instead of most other VPN implementations, tinc encapsulates each network
packet in its own UDP packet, instead of encapsulating all into one TCP or
even PPP over TCP stream. This results in lower latencies, less overhead,
and in general better responsiveness and throughput.
2015-11-03 20:07:47 +00:00