Skip to main content

Crate eggress_protocol_socks

Crate eggress_protocol_socks 

Source
Expand description

SOCKS4/5 proxy protocol implementation.

This crate provides the SOCKS4 and SOCKS5 proxy protocol handlers.

Re-exports§

pub use detector::Socks4Detector;
pub use detector::SOCKS4_PROTOCOL_ID;
pub use error::Socks5Error;
pub use socks4::server::read_socks4_request;
pub use socks4::server::write_socks4_reply;
pub use socks4::socks4_connect;
pub use socks4::Socks4Error;
pub use socks4::Socks4Request;
pub use socks4::Socks4Status;

Modules§

detector
error
socks4
socks5

Structs§

Socks5Detector
SOCKS5 protocol detector.