From 21eabe8b823b76da8fc0b4f93b94712d5c7dc7b8 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 10 Apr 2022 01:44:33 -0700 Subject: [PATCH] docs(README) add description for safe Rust and bump latest release to `v0.3.1` --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd8a97..cb42a10 100644 --- a/README.md +++ b/README.md @@ -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