Skip to main content

Module stream

Module stream 

Source
Expand description

Stream (L4) proxy module for TCP/UDP proxying

This module provides raw TCP and UDP proxying capabilities, complementing the HTTP/HTTPS L7 proxying in the main proxy module.

Re-exports§

pub use config::*;
pub use registry::*;
pub use tcp::*;
pub use udp::*;

Modules§

config
Configuration types for stream (L4) proxy
registry
Stream service registry for L4 routing
tcp
TCP stream proxy service
udp
UDP stream proxy service