5 Commits

Author SHA1 Message Date
dependabot[bot]
310bb17516 chore(deps): update pnet requirement from 0.33 to 0.34
Updates the requirements on [pnet](https://github.com/libpnet/libpnet) to permit the latest version.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: pnet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 00:07:50 +08:00
Datong Sun
4a9e41b0b7 chore(*) refactor Phantun and fake-tcp to their own crates 2021-09-19 00:36:40 -07:00
Datong Sun
86c6a3f801 perf(client) use different UDP sockets for individual UDP connections
for better load sharing between threads

This removes the bottleneck with a single listening UDP socket.
2021-09-18 12:53:33 -07:00
Datong Sun
7c06c5b08b feat(phantom) better error handling 2021-09-17 00:02:21 -07:00
Datong Sun
10a9af3658 feat(phantom) initial phantom commit 2021-09-17 00:01:51 -07:00