support compress for rpc and tun data (#473)

* support compress for rpc and tun data
* add compression layer to easytier-web
This commit is contained in:
Sijie.Sun
2024-11-16 11:23:18 +08:00
committed by GitHub
parent 9d455e22fa
commit 6cdea38284
22 changed files with 623 additions and 82 deletions

View File

@@ -6,6 +6,7 @@ use std::{
use tokio::task::JoinSet;
use tracing::Instrument;
pub mod compressor;
pub mod config;
pub mod constants;
pub mod defer;