Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msg-sim crate implementation #54

Merged
merged 22 commits into from
Jan 18, 2024
Merged

msg-sim crate implementation #54

merged 22 commits into from
Jan 18, 2024

Conversation

mempirate
Copy link
Contributor

@mempirate mempirate commented Jan 4, 2024

Closes #53

@mempirate
Copy link
Contributor Author

mempirate commented Jan 4, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@mempirate mempirate marked this pull request as ready for review January 18, 2024 12:05
Copy link
Contributor

@merklefruit merklefruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

self.apply_dummynet_rule()?;

// Enable the packet filter
let status = Command::new("sudo").args(["pfctl", "-E"]).status()?;
Copy link
Contributor

@merklefruit merklefruit Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do all of these always need sudo? not a priority but could be investigated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately yes, I disabled these tests in CI for now

Copy link
Contributor Author

mempirate commented Jan 18, 2024

Merge activity

  • Jan 18, 9:01 AM: @mempirate started a stack merge that includes this pull request via Graphite.
  • Jan 18, 9:03 AM: Graphite couldn't merge this PR because it had conflicts with the trunk branch.
  • Jan 18, 9:07 AM: @mempirate started a stack merge that includes this pull request via Graphite.
  • Jan 18, 9:07 AM: Graphite couldn't merge this PR because it had conflicts with the trunk branch.

@mempirate mempirate changed the base branch from feature/quic-transport to main January 18, 2024 14:02
@mempirate mempirate merged commit a492a6e into main Jan 18, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: msg-sim crate
2 participants