trevj
trevj
There are so many similarities between `SocksToRtc` and `RtcToNet` that some pull requests make exactly the same changes to both files, for example: https://github.com/uProxy/uproxy-networking/pull/203/files This isn't the only recent example...
Now that [Firefox 48](https://github.com/uProxy/uproxy/pull/2508#issuecomment-228159618) has been released, I see no reason not to make the RC4 obfuscator default, pending some mobile testing.
Since it moved to the uProxy repo, the cloud social provider can now easily use typing on the signalling messages it's sending.
We added this back when logging was unduly expensive because we were emitting one log statement (or more) for every packet received and sent by the SOCKS proxy. That hasn't...
This warning always appears, even when a connection has been made: ``` churn [2016-02-04T16:31:12.823Z] sockstortc: probing timed out, closing probe connection ``` Easy fix. I just forgot to unset the...
We need some idea of throughput on mobile. What's the throughput in ideal situations? How does latency affect this? This PR includes a bunch of throughput measurements for a beefy...
From https://github.com/uProxy/uproxy-docker/pull/96, it's clear that WebRTC in Node.js is **slow**: on my system, Zork on Node.js has 1/10 the throughput of Zork on Chrome. Excerpt from https://github.com/uProxy/uproxy-docker/pull/96: ### no obfuscation...
From https://github.com/uProxy/uproxy-docker/pull/96: ### no obfuscation #### 0ms latency chrome,14611 firefox,5781 node,1523 #### 150ms latency chrome,604 firefox,612 node,225 ### caesar #### 0ms latency chrome,1289 firefox,1772 node,872 #### 150ms latency chrome,535 firefox,532...
We need to add this to the release process doc. Initially, we can do this less frequently - e.g. every other release - but we should document the procedure.
I've been playing around with DigitalOcean's floating IPs: https://www.digitalocean.com/community/tutorials/how-to-use-floating-ips-on-digitalocean They basically give you a static IP that is independent of a droplet. Modulo hostnames, this will be crucial to the...