From eeb50fc900e5ca3cb795686f8542655e42e3e3ad Mon Sep 17 00:00:00 2001 From: Yancey Wang Date: Tue, 12 Apr 2022 00:23:48 -0400 Subject: [PATCH] Updated Related Works (markdown) --- Related-Works.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Related-Works.md b/Related-Works.md index 17e86b8..2f0d0ec 100644 --- a/Related-Works.md +++ b/Related-Works.md @@ -23,4 +23,14 @@ https://arxiv.org/abs/1103.0463 http://korz.cs.yale.edu/2009/tng/papers/pfldnet10.pdf -https://pdfs.semanticscholar.org/9e6f/e2306f4385b4eb5416d1fcab16e9361d6ba3.pdf \ No newline at end of file +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. \ No newline at end of file