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
perf: add session cache to improve tls efficiency (#332)
To improve efficiency in tls mode, session cache allows to reuse tls
session. The default session cache is an LRU version, capacity has been
defaulted to 64 (as implemented in official tls package).
Signed-off-by: Nicolas Sterchele <nicolas@sterchelen.net>
0 commit comments