FINDING · EVALUATION
The bulk-transfer mode requires both the censored client and the cooperating proxy to accept incoming TCP connections, rendering it unusable for clients behind NAT without port-forwarding capability. Rendezvous mode is unaffected because it only requires the client to send a single outbound request. The authors note that many real-world residential users are behind NAT, limiting practical deployment of the bidirectional channel.
From 2013-fifield-oss — OSS: Using Online Scanning Services for Censorship Circumvention · §6 · 2013 · Privacy Enhancing Technologies Symposium
Implications
- Design OSS-based transports to operate in a client-initiates-only mode (no incoming connections required) to remain viable for NAT-constrained residential users.
- Treat OSS bulk transport as a relay-server capability and OSS rendezvous as the universally deployable primitive; pair it with a NAT-traversal mechanism (e.g., WebRTC, TURN) for full duplex.
Tags
Extracted by claude-sonnet-4-6 — review before relying.