Closed martinthomson closed 7 years ago
4 SGTM.
+1. STREAM payloads seems like the right choice.
On Tue, Mar 14, 2017 at 4:37 PM, ianswett notifications@github.com wrote:
4 SGTM.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/quicwg/base-drafts/issues/405#issuecomment-286595910, or mute the thread https://github.com/notifications/unsubscribe-auth/ASp6ygBoSssJLEZ_PIMqB6xtJ9435I6dks5rlyTTgaJpZM4MdRuK .
This is covered by #512.
TLS has an extension on the NewSessionTicket that limits the amount of early data. This limits the number of plaintext octets (not including padding) that can be send in early data. This allows a server to constrain how much clients send in 0-RTT.
We could reuse and repurpose that extension for QUIC, but we would have to do so explicitly. Currently, we do not. Or, we could define a new transport parameter that explicitly limits the size of incoming 0-RTT data.
We could define this count in a number of ways:
I have a slight preference for option 4 for reasons what will become obvious in a parallel discussion (see #390).