rustls::server::hs

Function can_resume

Source
pub(super) fn can_resume(
    suite: SupportedCipherSuite,
    sni: &Option<DnsName<'_>>,
    using_ems: bool,
    resumedata: &ServerSessionValue,
) -> bool