ostp/ostp-client/src/transport
ospab 907d03ca38 fix(android): protect xhttp TCP socket from VPN routing loop
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.
2026-05-29 17:27:50 +03:00
..
mod.rs feat: UoT and xHTTP stealth 2026-05-21 02:11:02 +03:00
xhttp.rs fix(android): protect xhttp TCP socket from VPN routing loop 2026-05-29 17:27:50 +03:00