update comment

This commit is contained in:
yggverse 2024-12-01 13:02:34 +02:00
parent ce19e94db9
commit 3fbd6ff3e3

View file

@ -100,7 +100,8 @@ impl Client {
// Setters // Setters
/// Change `session-resumption-enabled` property to apply new certificate option in runtime /// Change `session-resumption-enabled` property value to apply new certificate option in runtime
/// https://www.gnutls.org/manual/html_node/Session-resumption.html
/// * disabled by default /// * disabled by default
pub fn set_session_resumption(&mut self, is_enabled: bool) { pub fn set_session_resumption(&mut self, is_enabled: bool) {
self.is_session_resumption = is_enabled self.is_session_resumption = is_enabled