You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client is supposed to send a ClientHello that spans (at least) 2 packets. This can be achieved by adding lots of PADDING, or a giant (greased) transport parameter, or in a number of other ways. Implementations might choose whatever works best for them, the only thing we care about is that the ClientHello doesn't fit into one packet.
The text was updated successfully, but these errors were encountered:
The client is supposed to send a ClientHello that spans (at least) 2 packets. This can be achieved by adding lots of PADDING, or a giant (greased) transport parameter, or in a number of other ways. Implementations might choose whatever works best for them, the only thing we care about is that the ClientHello doesn't fit into one packet.
The text was updated successfully, but these errors were encountered: