Total Pageviews

Friday 22 April 2022

udp-tunnel-by-VOID001

Reilable UDP tunnel, make UDP transmission reliable and robust (hopefully).

Alice <-> Bob

Tunnel Program: [Alice]

  • recv from Bob
  • send from Alice

When receiving from Bob, Alice need to DECODE the packet

  • Actually, the packet is recv-ed from Alice's net-tunnel When send from Alice, Alice need to ENCODE the packet

from https://github.com/VOID001/udp-tunnel

No comments:

Post a Comment