DTLS.Net icon indicating copy to clipboard operation
DTLS.Net copied to clipboard

DTLS.Net - C# Library that implements DTLS protocol

Results 4 DTLS.Net issues
Sort by recently updated
recently updated
newest added

Upgrade to Visual Studio 2017, migration report shows successful with non-functional changes to DTLS.Net.sln. Change from xproj and .json files to csproj files Ref: 3 Change-Id: I17eec959a62ff453ca0d8849f14a25f9a5687ceb Signed-off-by: Krissy Miller

If data is already pending when socket.ReceiveFromAsync() is called, the return value will be set to false. When this happens, the System.Net.Sockets.SocketAsyncEventArgs.Completed event will **not** be triggered, so we must...

To open this project in Visual Studio 2017, I had to perform a migration. The auto migration went well, and made some changes to the code. Is there interest in...

I'm looking at the TestClient project and it's pretty similar to what i need, except instead of loading a pem file, I'm looking at loading a certificate from the Windows...