Open
Description
There is no relay in sip003, currenty it's implemented by plugin self.
- v2ray-plugin: use Mux.Cool
Mux.Cool
can be turned off by setmux
to0
As it's shadowsocks is based on socks, entire payload can be encrypted, so there is no mux
solution on shadowsocks payload.
Then, the mux should be done on plugin:
- mux on payload, add mux header before payload
Mux.Cool
- please note: it seems no way to compatible mux and non mux solution as mux header is not optional
- mux on plugin's underlying protocol
websockets
based on http/1.1, use websockets's rsv and/or opcode.- please note, there should be some simple stream flow control
http2/http3
, special stream and stream flow control- other: I don't think other protocol can be supported by cdn
Metadata
Metadata
Assignees
Labels
No labels