Code name: Turbo Tunnel
Designing circumvention protocols for speed, flexibility, and robustness
Let’s incorporate a sequencing/reliability layer into our application-layer circumvention protocols.
Something like QUIC or SCTP that does reordering and retransmission.
Instead of transporting a raw unstructured data stream, transport (encoded, encapsulated) packets of the sequencing/reliability protocol.
A design pattern, not a specific implementation.