Split transmission regardless of transport and protocol #4106
radiumatic
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw the XHTTP split streams and it's a fantastic idea. There's so much that you can do now that the problem of everything being streamed from a single server and connections having initial uploads is solved. You can run arbitrary transforms on the downstream traffic to make it look like anything.
The problem however is that it only supports REALITY and vless with a special sub-protocol.
What if we added support for multiplex and split transmission, regardless of the underlying protocol? It could have some mechanism for allowing servers to negotiate. So you can upload your information and download from any server in the orchestration. Similar to how MTCP works, but with more flexibility.
Or you could simply upload and download from different IPs. The possibilities are endless.
Beta Was this translation helpful? Give feedback.
All reactions