Crate sosistab2_obfsws

Crate sosistab2_obfsws 

Source

Re-exports§

pub use pipe::ObfsWsPipe;
pub use listener::ObfsWsListener;

Modules§

listener
pipe
ws

Traits§

Pipe
Abstracts over any “pipe” that can carry datagrams along one particular path. This should almost always be used in conjunction with crate::Multiplex.
PipeListener
Abstracts over any “listener” that can receive Pipes.