Closed JKRhb closed 1 year ago
As discussed in https://github.com/JKRhb/dtls2/issues/80 (CC @Ifilehk), this PR adds a new DtlsTimeoutException class, which can be used both as a DtlsException and a regular TimeoutException.
DtlsTimeoutException
DtlsException
TimeoutException
As discussed in https://github.com/JKRhb/dtls2/issues/80 (CC @Ifilehk), this PR adds a new
DtlsTimeoutException
class, which can be used both as aDtlsException
and a regularTimeoutException
.