Skip to content

Commit

Permalink
feat(s2n-quic-events): Adds events for s2n-quic-dc (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine authored Sep 23, 2024
1 parent a88ae41 commit e0ffbda
Show file tree
Hide file tree
Showing 4 changed files with 965 additions and 210 deletions.
10 changes: 10 additions & 0 deletions dc/s2n-quic-dc/src/event/events.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

#[event("transport:frame_sent")]
/// Frame was sent
struct FrameSent {
packet_header: PacketHeader,
path_id: u64,
frame: Frame,
}
Loading

0 comments on commit e0ffbda

Please sign in to comment.