Skip to content

A DTLS server/client example, support asynchronous and multi-client

License

Notifications You must be signed in to change notification settings

hexiay/DTLS-epoll-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtls_epoll_example

  • A DTLS server/client example with openssl-1.1.0 or above
  • Server support multi-client
  • A custom BIO with STL unordered_map and deque
  • Tested on CentOS 7.6

Install

  • yum install -y readline-devel
  • Modify Makefile if needed
  • make all

Usage:

  • ./dtls_server 127.0.0.1:9000
  • ./dtls_client 127.0.0.1:9000

About

A DTLS server/client example, support asynchronous and multi-client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • Makefile 3.5%