# DTLS-epoll-example **Repository Path**: TopsLuo/DTLS-epoll-example ## Basic Information - **Project Name**: DTLS-epoll-example - **Description**: A DTLS server/client example, support asynchronous and multi-client - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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