docs(README) add description for safe Rust and bump latest release to

`v0.3.1`
This commit is contained in:
Datong Sun 2022-04-10 01:44:33 -07:00
parent 8a74b31c6e
commit 21eabe8b82

View File

@ -32,7 +32,7 @@ Table of Contents
# Latest release
[v0.3.0](https://github.com/dndx/phantun/releases/tag/v0.3.0)
[v0.3.1](https://github.com/dndx/phantun/releases/tag/v0.3.1)
# Overview
@ -52,6 +52,10 @@ connection from the perspective of firewalls/NAT devices.
Phantun means Phantom TUN, as it is an obfuscator for UDP traffic that does just enough work
to make it pass through stateful firewall/NATs as TCP packets.
Phantun is written in 100% safe Rust. It has been optimized extensively to scale well on multi-core
systems and has no issue saturating all available CPU resources on a fast connection.
See the [Performance](#performance) section for benchmarking results.
![Traffic flow diagram](images/traffic-flow.png)
# Usage