Half Duplex connection using 2 different IP on server for download and upload #3490
persian-michael-scott
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
the problem statement is known, and I think it is agreed that it's a good idea. There are quite a few implementations of this outside of xray. Some previous discussions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in real world scenario when you open a website for example first few packets are upload and the rest will be download packets.
iran GFW is using traffic analysis to block certain IPs and when we have a lot of traffic up and down on a single ip they can detect and block it.
what if we use 2 separate ip on server one being used only for upload and one will be used only for download . then there is no way to block the ip based in traffic analysis.
and of course both client and server should support this feature.
i don't know how practical it is to implement this or there is a technical networking issue if we want to implement this.
if this feature is feasible it should work on any type of config including vmess , velss ... .
Beta Was this translation helpful? Give feedback.
All reactions