Updated Related Works (markdown)

Yancey Wang 2022-04-12 00:23:48 -04:00
parent a486526c95
commit eeb50fc900

@ -24,3 +24,13 @@ https://arxiv.org/abs/1103.0463
http://korz.cs.yale.edu/2009/tng/papers/pfldnet10.pdf
https://pdfs.semanticscholar.org/9e6f/e2306f4385b4eb5416d1fcab16e9361d6ba3.pdf
### Phantun
https://github.com/dndx/phantun
Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
The most interesting part is, it uses the tun device for raw socket sending instead of raw_socket/libpcap.
Light weight, better performance. Less function than udp2raw though.