diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-15 17:21:18 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-04-15 17:21:18 +0700 |
commit | 6eac5db2161d1766650f951608a1df41b19c6719 (patch) | |
tree | ded2353edd6d725b4f013ebda76f0ad656428518 /crypto/src/tls/TlsPeer.cs | |
parent | make initial DTLS handshake resend time configurable (diff) | |
download | BouncyCastle.NET-ed25519-6eac5db2161d1766650f951608a1df41b19c6719.tar.xz |
Minor fixups for github_445
Diffstat (limited to 'crypto/src/tls/TlsPeer.cs')
-rw-r--r-- | crypto/src/tls/TlsPeer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/src/tls/TlsPeer.cs b/crypto/src/tls/TlsPeer.cs index f5266f0c9..4f16978d9 100644 --- a/crypto/src/tls/TlsPeer.cs +++ b/crypto/src/tls/TlsPeer.cs @@ -36,7 +36,8 @@ namespace Org.BouncyCastle.Tls /// NOTE: Currently only respected by DTLS protocols. /// </remarks> /// <returns>the handshake resend time, in milliseconds.</returns> - int GetHandshakeResendTimeMillis(); + // TODO[api] + //int GetHandshakeResendTimeMillis(); bool AllowLegacyResumption(); |