DTLS Session Keys life time
I have a UDP client application that is long-lived: Ideally, it keeps streaming to a server forever. I’m using Datagram Transport Layer Security (DTLS) to secure the UDP communication.
How often does DTLS refresh the session keys establi…