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

ACK and Stream are not path probing #1588

Merged
merged 3 commits into from
Dec 2, 2023
Merged

ACK and Stream are not path probing #1588

merged 3 commits into from
Dec 2, 2023

Conversation

huitema
Copy link
Collaborator

@huitema huitema commented Dec 2, 2023

Close #1587

@@ -5263,15 +5263,15 @@ int picoquic_decode_frames(picoquic_cnx_t* cnx, picoquic_path_t * path_x, const
{
const uint8_t *bytes_max = bytes + bytes_maxsize;
int ack_needed = 0;
int is_path_validating_packet = 1; /* Will be set to zero if non validating frame received */
int is_path_probing_packet = 1; /* Will be set to zero if non validating frame received */
Copy link

Choose a reason for hiding this comment

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

Maybe the comment should be updated as well.

(Thank you for your quick response.)

@huitema huitema merged commit 93af56f into master Dec 2, 2023
11 checks passed
@huitema huitema deleted the ack-ecn-non-validating branch December 2, 2023 23:47
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.

A pure ACK_ENC packet should be non-probing
2 participants