mirror of https://github.com/ospab/ostp.git
When using xhttp (UoT) mode on Android, the underlying TcpStream was not protected with VpnService.protect(fd). This caused the TCP connection to be routed back into the TUN interface, creating an infinite routing loop and failing the connection immediately. Added Android-specific socket protection to the TcpStream in connect_xhttp. This fixes xhttp/UoT mode on mobile networks. |
||
|---|---|---|
| .. | ||
| transport | ||
| tui | ||
| tunnel | ||
| app.rs | ||
| bridge.rs | ||
| config.rs | ||
| lib.rs | ||
| runner.rs | ||
| signal.rs | ||
| sysproxy.rs | ||