-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to precompile for mips and mipsel? #5
Comments
Unfortunately not, If you need tls support. Because I'm going to add build options to disable tls support, and add |
Thanks for the swift response! Also, I am having trouble understanding mask mode, can you please explain quickly the pros and cons of each mode? And, will mask mode be compatible with v2ray-plugin client? Thank you! |
A websocket client will mask(xor) its data with a 32bit key, and send the key together with data. The receiver(server/middleware) will obtain the key, and unmask(xor) the data.
According to rfc6455,
Please consider For For In conclusion, if you prefer a more standard implementation, please use |
On the other hand, when I was developing The main reason is that the |
Wow, really appreciate the detailed explanation! So I guess there is not much of a difference in terms of circumventing censorship between mask modes. It is really just down to implementing rfc6455. |
First of all, thanks for this project, great work!
It seems that the binary files size is quite small.
I am thinking about running these on a router if possible.
The text was updated successfully, but these errors were encountered: