SuperSimpleTcp icon indicating copy to clipboard operation
SuperSimpleTcp copied to clipboard

Authenticate as server async

Open ATS-CE opened this issue 1 year ago • 0 comments

  • use CancellationToken within AuthenticateAsServerAsync to avoid infinite waiting for client starting TLS handshake (Client Hello)
  • use SimpleTcpServerSettings.IdleClientEvaluationIntervalMs as wait time for TLS handshake

ATS-CE avatar Oct 07 '22 11:10 ATS-CE