Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wesley Rosenblum <[email protected]>
  • Loading branch information
camshaft and WesleyRosenblum authored Apr 28, 2023
1 parent badcca6 commit a4a97f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/xdp/s2n-quic-xdp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ tokio = { version = "1", optional = true }
[dev-dependencies]
bolero = "0.9"
rand = "0.8"
s2n-quic-core = { path = "../../../quic/s2n-quic-core", version = "0.19", features = ["testing"] }
s2n-quic-core = { path = "../../../quic/s2n-quic-core", features = ["testing"] }
tokio = { version = "1", features = ["full"] }
2 changes: 1 addition & 1 deletion tools/xdp/s2n-quic-xdp/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! A set of async tasks responsible for managing ring buffer and queue state
//!
//! Fundamentally, each task takes a set of input sources and routes them to one or more output
//! queues. Each task is generic over the execution environment, meaning it can be using in
//! queues. Each task is generic over the execution environment, meaning it can be used in
//! something driven by polling for events, like `tokio`, or spawned on its own thread in a busy
//! poll loop.
//!
Expand Down

0 comments on commit a4a97f0

Please sign in to comment.