Lines Matching refs:limit
18 - The application should be able to set the limit on how much data should
19 be stored. The flow controller should be used to limit the peer to not send
20 more data. Without the flow control limit a rogue peer could trigger
23 data can be released and flow control limit can be raised.
47 This function adjusts the current data flow control limit on the `stream`
59 This sets the limit on unprocessed quic packet data `length` in bytes that
92 the limit reached. See the `SSL_set_max_unprocessed_quic_packet_data()`
124 effectively raise the stream data flow control limit quadratically.
127 more data than what is allowed by the stream data flow control limit
130 Although intuitively the MAX_DATA flow control limit might be used to
131 somehow limit the allocated packet buffer size, it is defined as sum
134 especially with a rogue peer, that means MAX_DATA limit cannot be used
135 to limit the memory occupied by packet buffers.
138 decrypted packet buffer once we reach a limit on unprocessed decrypted
144 any data will be supported, the MAX_DATA flow control limit should be equal
145 to MAX_STREAM_DATA limit for that stream.