mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
[DOCS] Fix table inconsistencies detected by mdl
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/22240)
This commit is contained in:
parent
b07a0b1ac2
commit
5995dc3719
File diff suppressed because it is too large
Load Diff
@ -258,39 +258,39 @@ Packetisation and Processing
|
||||
|
||||
Frames are taken from [RFC 9000 12.4 Frames and Frame Types].
|
||||
|
||||
| Type | Name | I | H | 0 | 1 | N | C | P | F |
|
||||
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
||||
| 0x00 | padding | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓
|
||||
| 0x01 | ping | ✓ | ✓ | ✓ | ✓ | | | | |
|
||||
| 0x02 | ack 0x02 | ✓ | ✓ | | ✓ | ✓ | ✓ | | |
|
||||
| 0x03 | ack 0x03 | ✓ | ✓ | | ✓ | ✓ | ✓ | | |
|
||||
| 0x04 | reset_stream | | | ✓ | ✓ | | | | |
|
||||
| 0x05 | stop_sending | | | ✓ | ✓ | | | | |
|
||||
| 0x06 | crypto | ✓ | ✓ | | ✓ | | | | |
|
||||
| 0x07 | new_token | | | | ✓ | | | | |
|
||||
| 0x08 | stream 0x08 | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x09 | stream 0x09 | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0A | stream 0x0A | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0B | stream 0x0B | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0C | stream 0x0C | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0D | stream 0x0D | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0E | stream 0x0E | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0F | stream 0x0F | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x10 | max_data | | | ✓ | ✓ | | | | |
|
||||
| 0x11 | max_stream_data | | | ✓ | ✓ | | | | |
|
||||
| 0x12 | max_streams 0x12 | | | ✓ | ✓ | | | | |
|
||||
| 0x13 | max_streams 0x13 | | | ✓ | ✓ | | | | |
|
||||
| 0x14 | data_blocked | | | ✓ | ✓ | | | | |
|
||||
| 0x15 | stream_data_blocked | | | ✓ | ✓ | | | | |
|
||||
| 0x16 | streams_blocked 0x16 | | | ✓ | ✓ | | | | |
|
||||
| 0x17 | streams_blocked 0x17 | | | ✓ | ✓ | | | | |
|
||||
| 0x18 | new_connection_id | | | ✓ | ✓ | | | ✓ | |
|
||||
| 0x19 | retire_connection_id | | | ✓ | ✓ | | | | |
|
||||
| 0x1A | path_challenge | | | ✓ | ✓ | | | ✓ | |
|
||||
| 0x1B | path_response | | | | ✓ | | | ✓ | |
|
||||
| 0x1C | connection_close 0x1C | ✓ | ✓ | ✓ | ✓ | ✓
|
||||
| 0x1D | connection_close 0x1D | | | ✓ | ✓ | ✓ | | | |
|
||||
| 0x1E | handshake_done | | | | ✓ | | | | |
|
||||
| Type | Name | I | H | 0 | 1 | N | C | P | F |
|
||||
|------|-----------------------|---------|---------|---------|---------|---------|---------|---------|---------|
|
||||
| 0x00 | padding | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | |
|
||||
| 0x01 | ping | ✓ | ✓ | ✓ | ✓ | | | | |
|
||||
| 0x02 | ack 0x02 | ✓ | ✓ | | ✓ | ✓ | ✓ | | |
|
||||
| 0x03 | ack 0x03 | ✓ | ✓ | | ✓ | ✓ | ✓ | | |
|
||||
| 0x04 | reset_stream | | | ✓ | ✓ | | | | |
|
||||
| 0x05 | stop_sending | | | ✓ | ✓ | | | | |
|
||||
| 0x06 | crypto | ✓ | ✓ | | ✓ | | | | |
|
||||
| 0x07 | new_token | | | | ✓ | | | | |
|
||||
| 0x08 | stream 0x08 | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x09 | stream 0x09 | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0A | stream 0x0A | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0B | stream 0x0B | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0C | stream 0x0C | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0D | stream 0x0D | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0E | stream 0x0E | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x0F | stream 0x0F | | | ✓ | ✓ | | | | ✓ |
|
||||
| 0x10 | max_data | | | ✓ | ✓ | | | | |
|
||||
| 0x11 | max_stream_data | | | ✓ | ✓ | | | | |
|
||||
| 0x12 | max_streams 0x12 | | | ✓ | ✓ | | | | |
|
||||
| 0x13 | max_streams 0x13 | | | ✓ | ✓ | | | | |
|
||||
| 0x14 | data_blocked | | | ✓ | ✓ | | | | |
|
||||
| 0x15 | stream_data_blocked | | | ✓ | ✓ | | | | |
|
||||
| 0x16 | streams_blocked 0x16 | | | ✓ | ✓ | | | | |
|
||||
| 0x17 | streams_blocked 0x17 | | | ✓ | ✓ | | | | |
|
||||
| 0x18 | new_connection_id | | | ✓ | ✓ | | | ✓ | |
|
||||
| 0x19 | retire_connection_id | | | ✓ | ✓ | | | | |
|
||||
| 0x1A | path_challenge | | | ✓ | ✓ | | | ✓ | |
|
||||
| 0x1B | path_response | | | | ✓ | | | ✓ | |
|
||||
| 0x1C | connection_close 0x1C | ✓ | ✓ | ✓ | ✓ | ✓ | | | |
|
||||
| 0x1D | connection_close 0x1D | | | ✓ | ✓ | ✓ | | | |
|
||||
| 0x1E | handshake_done | | | | ✓ | | | | |
|
||||
|
||||
The various fields are as defined in RFC 9000.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user