Thanks to visit codestin.com
Credit goes to docs.rs

Crate gsc_fq

Crate gsc_fq 

Source
Expand description

GSC-FQ 高性能数据流代理转发CLI工具

这个库提供了一个高性能的TCP代理转发工具,支持:

  • TOML配置文件
  • 多网卡数据流向控制
  • Zero-Copy数据传输
  • 自动TCP参数优化
  • 智能内存和连接池管理

Re-exports§

pub use config::ConfigFile;
pub use config::ConfigLoader;
pub use config::ProxySection;
pub use config::ReverseProxySection;
pub use config::ServerSection;
pub use error::AppError;
pub use error::ConfigError;
pub use error::NetworkError;
pub use error::ProxyError;
pub use error::Result;

Modules§

config
crypto
High-performance encryption using industry-standard Rustls TLS library
error
monitoring
Comprehensive monitoring and metrics collection for GSC-FQ proxy system
proxy
reverse_proxy
utils

Macros§

debug_print
调试格式化输出宏
debug_println
调试输出宏 - 只在调试模式下输出
error_println
错误输出宏 - 始终输出(错误信息不应该被禁用)
warning_println
警告输出宏 - 始终输出(警告信息不应该被禁用)