pull/1/head
Kaleb Himes 2014-05-28 17:47:16 -06:00
parent c56b0cff6d
commit 2985af8ccd
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* server-dtls-nonblocking.c
/* server-dtls-nonblocking-threaded.c
*
* Copyright (C) 2006-2014 wolfSSL Inc.
*
@ -21,7 +21,8 @@
*=============================================================================
*
* Bare-bones example of a DTLS server for instructional/learning purposes.
* Utilizes DTLS 1.2 and non-blocking sockets
* Utilizes DTLS 1.2 and non-blocking sockets and multi threading to handle
* multiple clients.
*/
#include <stdio.h> /* standard in/out procedures */