pub fn tcp_md5_key_update(
src: SockAddr,
dst: SockAddr,
valid_time: Duration,
) -> Result<(), Error>
Expand description
Update a TCP-MD5 security association for the provided source and destination. This function is primarily for updating the lifetime of the security association.