OpenSSL DTLS connection never establishes
问题 I'm sorry for such a big block of code, but I'm so lost as to what is happening, I have no idea where the problem might be... I am trying to get a VERY minimal dtls server going and I can't get the client and server to finish handshaking. Here is my code: #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/time.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <pthread.h>