-
Notifications
You must be signed in to change notification settings - Fork 6
Review flow control padding #76
Copy link
Copy link
Open
Description
Currently, we decode TLS records in place to support throttled delivery of application data according to application flow control budget.
This requires distributing the required budget across the potentially fragmented application DATA frames.
If application padding is non-zero, then total application reserved could exceed total network reserved, so we assert that application padding is zero.
Review flow control to support non-zero application padding, even when application DATA is fragmented, resulting in total application reserved exceeding total network `reserved, without over-crediting network flow control budget.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels