Skip to content

Conversation

@qdeconinck
Copy link
Contributor

  • packet number space map
  • spaced packet number
  • PathEvent::Closed now includes error code and reason
  • function refactoring in lib.rs and frame.rs

quiche::PathEvent::Closed(local_addr, peer_addr) => {
quiche::PathEvent::Closed(local_addr, peer_addr, _err, _reason) => {
info!(
"{} Path ({}, {}) is now closed and unusable",
Copy link
Contributor

Choose a reason for hiding this comment

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

may as well print the err and reason

);
},

quiche::PathEvent::Closed(local_addr, peer_addr) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

may as well print the err and reason

- packet number space map
- spaced packet number
- `PathEvent::Closed` now includes error code and reason
- function refactoring in lib.rs and frame.rs
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.

2 participants