diff options
Diffstat (limited to 'crypto/src/tls/TlsPeer.cs')
-rw-r--r-- | crypto/src/tls/TlsPeer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/tls/TlsPeer.cs b/crypto/src/tls/TlsPeer.cs index 53ab7ff40..ed7fa109a 100644 --- a/crypto/src/tls/TlsPeer.cs +++ b/crypto/src/tls/TlsPeer.cs @@ -136,6 +136,7 @@ namespace Org.BouncyCastle.Tls /// <returns>the <see cref="HeartbeatMode"/> value.</returns> short GetHeartbeatPolicy(); + // TODO[api] Remove this and treat it as default 'true' /// <summary>Indicates whether a DTLS connection should ignore corrupt records (bad_record_mac) instead of /// failing the connection.</summary> /// <remarks>Called only once at the start of a connection and applies throughout.</remarks> |