Datong Sun
66de44e32f
chore(cargo): bump to Rust edition 2024
( #223 )
...
Docker image build / build (push) Waiting to run
Rust / build (push) Waiting to run
* chore(cargo): bump to Rust edition 2024 and move shared dependency into
workspace `Cargo.toml`
* style(phantun): use Rust 2024 `&&` combination for `if let`
2025-08-23 00:20:07 +08:00
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