oracle/ktls-utils

Infrastructure for one TLS session across multiple sockets

chucklever opened this issue · 0 comments

In scenarios where a client kernel makes multiple socket connections to the same server on behalf of the same upper layer protocol (eg, NFS with nconnect), we would like amortize the cost of TLS session set-up by utilizing the same session for all of these connections.