You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have #291 in which we are working to add an async API for crypto offload, but it might also make sense provide a way to run offloading to a different thread.
When using picotls for QUIC (or DTLS), it would be beneficial if the transport could transmit as much as data at the earliest moment, retransmitting them necessary, acking packets from peer, while the crypto engine makes the calculation. This would especially be helpful for slow devices.
The text was updated successfully, but these errors were encountered:
We already have #291 in which we are working to add an async API for crypto offload, but it might also make sense provide a way to run offloading to a different thread.
When using picotls for QUIC (or DTLS), it would be beneficial if the transport could transmit as much as data at the earliest moment, retransmitting them necessary, acking packets from peer, while the crypto engine makes the calculation. This would especially be helpful for slow devices.
The text was updated successfully, but these errors were encountered: