mirror of
https://github.com/dndx/phantun.git
synced 2025-09-20 06:04:31 +08:00
chore(*) refactor Phantun and fake-tcp to their own crates
This commit is contained in:
14
fake-tcp/README.md
Normal file
14
fake-tcp/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# fake-tcp
|
||||
|
||||
A TUN interface based, user space, asynchronous and high performance TCP stack that allows
|
||||
packet oriented tunneling with minimum overhead.
|
||||
|
||||
## License
|
||||
|
||||
Copyright 2021 Datong Sun <dndx@idndx.com>
|
||||
|
||||
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
[https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)> or the MIT license
|
||||
<LICENSE-MIT or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)>, at your
|
||||
option. Files in the project may not be
|
||||
copied, modified, or distributed except according to those terms.
|
Reference in New Issue
Block a user