uProxy-p2p
uProxy-p2p copied to clipboard
Internet without borders
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...
Our connection establishment code needs to handle an upcoming change to the ICE candidate format: "null" candidate will be replaced or augmented by a candidate that has 'type': 'end'. If...
On Android, we frequently see error messages like ``` tcp [2016-05-23T16:44:50.945Z] N370.A375: onDisconnect: {"errcode":"UNKNOWN","message":"Socket Error: -2: FAILED"} ``` I have traced this to an `onReceiveError` event with the message "Socket...
When monitoring uproxy in Android Studio, the logs are completely spammed with identical lines like ``` 08-31 11:39:28.302 32296-32411/org.uproxy.uProxy W/ChromeSocketsTcp: no data read from socket ``` This is on Android...
freedom-xhr is showing integration test failures for domain-fronting related tests on firefox in the Xhr shim. We're actually using that code in Firefox, so this could have an impact on...
The logs show ``` 08-31 11:33:16.763 22781-22861/org.uproxy.uProxy D/Tun2Socks: Starting tun2socks... 08-31 11:33:16.765 22781-22861/org.uproxy.uProxy I/Tun2Socks: starting tunnel service 08-31 11:33:16.765 22781-22861/org.uproxy.uProxy W/Tun2Socks: already running service ``` but there is no key...
I'd like to make a more rigorous analysis of the privacy guarantees of our reports using [Differential Privacy](https://en.wikipedia.org/wiki/Differential_privacy). There are at least two things we may want to do: -...
www.uproxy.org is accessible in China, but the Chrome Web Store is not, which prevents Chrome users from installing uProxy (Firefox doesn't have this problem). We need to provide easy and...
High-end Android phones seem to be able to run uProxy with acceptable behavior. Low-end phones do not. We'll need to figure out where the boundary is, and document it for...