fcntl fix, more changes to come

pull/1/head
Kaleb Himes 2014-08-11 10:24:03 -06:00
parent 8df45ca7be
commit 5873c0e249
1 changed files with 4 additions and 0 deletions

View File

@ -107,8 +107,12 @@ int AwaitDGram(CYASSL_CTX* ctx)
printf("Awaiting client connection on port %d\n", SERV_PORT);
clientfd = udp_read_connect(listenfd);
// dtls_set_nonblocking(&clientfd);
/* Create the CYASSL Object */
if (( ssl = CyaSSL_new(ctx)) == NULL) {
printf("CyaSSL_new error.\n");