Skip to content

Commit

Permalink
update events
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed Mar 6, 2025
1 parent 7e605f3 commit 8ee4c35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions quic/s2n-quic-core/src/event/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,8 @@ pub mod api {
UnknownServerAddress {},
#[non_exhaustive]
#[doc = " The peer initiated a connection migration before the handshake was confirmed."]
#[doc = ""]
#[doc = " Note: This drop reason is no longer emitted"]
ConnectionMigrationDuringHandshake {},
#[non_exhaustive]
#[doc = " The attempted connection migration was rejected."]
Expand All @@ -884,6 +886,8 @@ pub mod api {
PathLimitExceeded {},
#[non_exhaustive]
#[doc = " The peer initiated a connection migration without supplying enough connection IDs to use."]
#[doc = ""]
#[doc = " Note: This drop reason is no longer emitted"]
InsufficientConnectionIds {},
}
impl aggregate::AsVariant for DatagramDropReason {
Expand Down Expand Up @@ -5051,12 +5055,16 @@ pub mod builder {
#[doc = " A datagram was received from an unknown server address."]
UnknownServerAddress,
#[doc = " The peer initiated a connection migration before the handshake was confirmed."]
#[doc = ""]
#[doc = " Note: This drop reason is no longer emitted"]
ConnectionMigrationDuringHandshake,
#[doc = " The attempted connection migration was rejected."]
RejectedConnectionMigration { reason: MigrationDenyReason },
#[doc = " The maximum number of paths per connection was exceeded."]
PathLimitExceeded,
#[doc = " The peer initiated a connection migration without supplying enough connection IDs to use."]
#[doc = ""]
#[doc = " Note: This drop reason is no longer emitted"]
InsufficientConnectionIds,
}
impl IntoEvent<api::DatagramDropReason> for DatagramDropReason {
Expand Down

0 comments on commit 8ee4c35

Please sign in to comment.