SaeedDev94 / Xray

Xray GUI Client For Android
MIT License
181 stars 20 forks source link

libXray vs AndroidLibXrayLite #18

Closed itsDantes closed 7 months ago

itsDantes commented 7 months ago

what's different between libXray - AndroidLibXrayLite and this branches ? you used 3 different engine during time. i want to know why . does the current libXray engine has better performance?

SaeedDev94 commented 7 months ago

I started this repo with the idea of running xray-core as command, but it has some issues like dns (outbound domain address couldn't resolve), so I decided to use native go implementation for mobile
I choose libXray by XTLS because it's easier to use and implement rather than AndroidLibXrayLite