From ba8a718602ffe089fc71129ca70bf5121f80e270 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 11 May 2023 22:25:45 +0700 Subject: Fix XML comments --- crypto/src/tls/TlsPeer.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'crypto') diff --git a/crypto/src/tls/TlsPeer.cs b/crypto/src/tls/TlsPeer.cs index 4d7225aee..53ab7ff40 100644 --- a/crypto/src/tls/TlsPeer.cs +++ b/crypto/src/tls/TlsPeer.cs @@ -31,13 +31,15 @@ namespace Org.BouncyCastle.Tls /// the handshake timeout, in milliseconds. int GetHandshakeTimeoutMillis(); + // TODO[api] + /* /// Specify the time, in milliseconds, after which a handshake packet is resent. /// /// NOTE: Currently only respected by DTLS protocols. /// /// the handshake resend time, in milliseconds. - // TODO[api] - //int GetHandshakeResendTimeMillis(); + int GetHandshakeResendTimeMillis(); + */ bool AllowLegacyResumption(); @@ -109,9 +111,11 @@ namespace Org.BouncyCastle.Tls /// void NotifyAlertReceived(short alertLevel, short alertDescription); - /// Notifies the peer that the connection has been closed. // TODO[api] - //void NotifyConnectionClosed(); + /* + /// Notifies the peer that the connection has been closed. + void NotifyConnectionClosed(); + */ /// Notifies the peer that the handshake has been successfully completed. /// -- cgit 1.4.1