Datong Sun
|
165e81dd78
|
fix(client) disable AAAA resolve, since tokio-tun does not yet have IPv6
support. See: https://github.com/yaa110/tokio-tun/pull/8
|
2022-01-03 07:33:25 -08:00 |
|
Datong Sun
|
7db7164193
|
chore(*) use tokio-tun v0.5 instead of forked version. Bumped
`fake-tcp` to `v0.2.3`
|
2021-12-07 17:07:54 +08:00 |
|
Datong Sun
|
583cdbe300
|
perf(fake-tcp) reduce the number of clone() calls in hot path
|
2021-11-19 12:35:21 +08:00 |
|
Datong Sun
|
91988520e5
|
feat(*) add DNS name support for --remote argument in both Client and
Server
|
2021-11-19 12:30:47 +08:00 |
|
Datong Sun
|
042f5af49f
|
feat(phantun) add support for connecting to/from IPv6 based UDP endpoint
|
2021-10-31 00:09:02 +08:00 |
|
Datong Sun
|
6285efd0d7
|
feat(phantun) make Tun interface name and address configurable. Improved
documentations of Clap CLI help
Closes #8
|
2021-09-29 14:27:00 +08:00 |
|
Datong Sun
|
5a6ebf52ea
|
fix(phantun) better UDP error handling
When UDP send fails, print a proper error message and close the
connection, instead of `panic`ing.
|
2021-09-28 00:53:52 +08:00 |
|
Datong Sun
|
8371256f0b
|
perf(fake-tcp) use cached tuples per dispatcher task to avoid RwLock
contentions. Use multi queue Tun. Upgraded tokio to 1.12.0.
This makes the entire Phantun forward process completely lock contention free
|
2021-09-23 12:59:49 +08:00 |
|
Datong Sun
|
e6bc75951b
|
style(phantun) fixed name and author info
|
2021-09-19 01:43:59 -07:00 |
|
Datong Sun
|
4a9e41b0b7
|
chore(*) refactor Phantun and fake-tcp to their own crates
|
2021-09-19 00:36:40 -07:00 |
|