pub struct TlsExtRecSizeLim {}Expand description
TLS Server Name Indication (SNI) handling
Implementations§
Source§impl TlsExtRecSizeLim
impl TlsExtRecSizeLim
Sourcepub fn client_rec_size_limit_cb<P: ExtRecSizeLimitProcessor>(
p: &mut P,
limit_raw: &[u8],
) -> Result<(), TlsExtError>
pub fn client_rec_size_limit_cb<P: ExtRecSizeLimitProcessor>( p: &mut P, limit_raw: &[u8], ) -> Result<(), TlsExtError>
Check with the provided Processor whether any of the Client Hello provided SNIs matches
Auto Trait Implementations§
impl Freeze for TlsExtRecSizeLim
impl RefUnwindSafe for TlsExtRecSizeLim
impl Send for TlsExtRecSizeLim
impl Sync for TlsExtRecSizeLim
impl Unpin for TlsExtRecSizeLim
impl UnwindSafe for TlsExtRecSizeLim
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more