From 294eb3a1363d44c283e0c2e164df139d2904af65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sat, 21 Oct 2023 15:58:48 +0200 Subject: [PATCH] Update README.md Former-commit-id: 525c2192f6b212276e6f42438fd7ee85af8d2f5e [formerly d111e7dc886da7bc76e355c703026ca9e7e9493e] [formerly 8abf4b1deeda735927824fc35930c014be0cf60f [formerly 76ba87e8c907033b8d2b99858a4cb89322b09fe5]] Former-commit-id: 4f53a1ec300c037231b4fcb15befdda3cbdcc694 [formerly 49fc35b8c934e2d85613f2f04e2040a844e58720] Former-commit-id: 43d751c7d432df70ed59cb4687afbfdc1625399a Former-commit-id: 6d0ef6002dfa17569576a8f96e6761ef788d0f2b Former-commit-id: b3f4a612ba03f3f7a968e10151c46b572c5130c4 Former-commit-id: 7aa306c5a8d05fdf99ebb0aec45876d62e451039 [formerly 520005513ea04376d59b5368d490f275c0766bc0] Former-commit-id: e53f519b9292814b715d1208f79cc699afeeff07 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fe07f5..e0f617f 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,14 @@ P.S: Please do not pay attention to Main.hs because as I hate to write command l ## Note -v7.0.0 is a complete rewrite of wstunnel in Rust. +v7.0.0 is a complete rewrite of wstunnel in Rust and is not compatible with previous version. Previous code in Haskell can be found on branch https://github.com/erebe/wstunnel/tree/haskell What to expect from previous version: * More throughput and less jitter due to Haskell GC. Most of you will not care, as it was performant enough already. But you can now saturate a gigabit ethernet card with a single connection * Command line is more homogeneous/has better UX. All tunnel can be specified multiple times -* New bug, it is a rewrite (╯'□')╯︵ ┻━┻ ¯\\_(ツ)_/¯ +* Tunnel protocol tries to look like normal traffic, to avoid being flagged +* New bug, it is a rewrite (╯'□')╯︵ ┻━┻ ¯\\_(ツ)_/¯ * Mainly for me to ease the maintenance of the project. I don't do a lot of haskell nowadays and it was harder for me to keep maintening the project over time, as I get lost in touch of the Haskell ecosystem and new release. * Armv7 build (aka raspberry pi), as new version of GHC (Haskell compiler) dropped its support