Lines Matching full:manager
33 1. [Collect information for the ACK Manager](#collect-information-for-the-ack-manager)
41 - [ACK manager]
42 - Handshake manager, which is currently unspecified. It's assumed that
45 - Session manager, which is currently unspecified for QUIC, but may very
50 - Connection manager, which is currently unspecified. In the [overview],
52 talking directly with, so it's possible that the Connection manager will
53 turn out to be the Handshake manager.
75 ### Collect information for the [ACK manager]
103 | 0x02 | [ack 0x02] | [ACK manager] [^1] | | ✔ | ✔ |…
104 | 0x03 | [ack 0x03] | [ACK manager] [^1] | | ✔ | ✔ |…
107 | 0x06 | [crypto] | Handshake manager | ✔ | ✔ | ✔ |…
108 | 0x07 | [new_token] | Session manager | ✔ | | |…
119 | 0x12 | [max_streams 0x12] | Connection manager? [^6] | ✔ | | |…
120 | 0x13 | [max_streams 0x13] | Connection manager? [^6] | ✔ | | |…
123 | 0x16 | [streams_blocked 0x16] | Connection manager? [^6] | ✔ | | |…
124 | 0x17 | [streams_blocked 0x17] | Connection manager? [^6] | ✔ | | |…
125 | 0x18 | [new_connection_id] | Connection manager | ✔ | | |…
126 | 0x19 | [retire_connection_id] | Connection manager | ✔ | | |…
127 | 0x1A | [path_challenge] | Connection manager? [^7] | ✔ | | |…
128 | 0x1B | [path_response] | Connection manager? [^7] | ✔ | | |…
129 | 0x1C | [connection_close 0x1C] | Connection manager | | ✔ | ✔ |…
130 | 0x1D | [connection_close 0x1D] | Connection manager | | | |…
131 | 0x1E | [handshake_done] | Handshake manager | ✔ | | |…
162 manager before anything else.
163 [^7]: I imagine that path challenge/response concerns a Connection manager
172 [ACK manager]: https://github.com/openssl/openssl/pull/18564