OpenSearch/libs/nio/src
Tim Brooks 927013426a
Read multiple TLS packets in one read call (#41820)
This is related to #27260. Currently we have a single read buffer that
is no larger than a single TLS packet. This prevents us from reading
multiple TLS packets in a single socket read call. This commit modifies
our TLS work to support reading similar to the plaintext case. The data
will be copied to a (potentially) recycled TLS packet-sized buffer for
interaction with the SSLEngine.
2019-05-06 09:51:32 -06:00
..
main Read multiple TLS packets in one read call (#41820) 2019-05-06 09:51:32 -06:00
test Read multiple TLS packets in one read call (#41820) 2019-05-06 09:51:32 -06:00