Skip to content

Commit

Permalink
feat(sim): basic macos dummynet implementation done
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 11, 2024
1 parent 6bdffe1 commit 39b5b1a
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 25 deletions.
115 changes: 115 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ flate2 = "1"
zstd = "0.13"
snap = "1"

# simulation
pnet = "0.34"

[profile.dev]
opt-level = 1
overflow-checks = false
Expand Down
1 change: 1 addition & 0 deletions msg-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pnet.workspace = true
Loading

0 comments on commit 39b5b1a

Please sign in to comment.