mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
clean up muxresult types
This commit is contained in:
parent
fc63298397
commit
c8de5524b4
4 changed files with 81 additions and 114 deletions
|
@ -27,9 +27,9 @@ pub const WISP_VERSION: WispVersion = WispVersion { major: 2, minor: 0 };
|
|||
/// The role of the multiplexor.
|
||||
#[derive(Debug, PartialEq, Copy, Clone)]
|
||||
pub enum Role {
|
||||
/// Client side, can create new channels to proxy.
|
||||
/// Client side, can create new streams.
|
||||
Client,
|
||||
/// Server side, can listen for channels to proxy.
|
||||
/// Server side, can listen for streams created by the client.
|
||||
Server,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue