Skip to content

Commit

Permalink
Update draft-mattsson-tls-super-jumbo-record-limit.md
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
emanjon authored Sep 5, 2024
1 parent 253003d commit 47c1dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-mattsson-tls-super-jumbo-record-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ When the "large_record_size_limit" extension is negotiated:
select (Length.type) {
case u16: uint16;
case u24: uint24;
case u32: uint24;
case u32: uint32;
};
} VarLength;
~~~~~~~~
Expand Down

0 comments on commit 47c1dc8

Please sign in to comment.