Searched hist:"322 d873b634dc515220f154e29626a33f528bbfb" (Results 1 – 2 of 2) sorted by relevance
/qemu/io/ |
H A D | channel-tls.c | 322d873b634dc515220f154e29626a33f528bbfb Fri Feb 07 13:48:21 UTC 2025 Fabiano Rosas <farosas@suse.de> io: Add a read flag for relaxed EOF
Add a read flag that can inform a channel that it's ok to receive an EOF at any moment. Channels that have some form of strict EOF tracking, such as TLS session termination, may choose to ignore EOF errors with the use of this flag.
This is being added for compatibility with older migration streams that do not include a TLS termination step.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
|
/qemu/include/io/ |
H A D | channel.h | 322d873b634dc515220f154e29626a33f528bbfb Fri Feb 07 13:48:21 UTC 2025 Fabiano Rosas <farosas@suse.de> io: Add a read flag for relaxed EOF
Add a read flag that can inform a channel that it's ok to receive an EOF at any moment. Channels that have some form of strict EOF tracking, such as TLS session termination, may choose to ignore EOF errors with the use of this flag.
This is being added for compatibility with older migration streams that do not include a TLS termination step.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
|