Fix udp and win route (#16)

* robust udp tunnel
* fix windows route add
* use pnet to get index
* windows disable udp reset
This commit is contained in:
Sijie.Sun
2024-02-08 16:27:18 +08:00
committed by GitHub
parent 2c2e41be24
commit 7fc4aecdb9
8 changed files with 285 additions and 11 deletions
+1
View File
@@ -5,6 +5,7 @@ mod tests;
use clap::Parser;
mod arch;
mod common;
mod connector;
mod gateway;