Re: DTLSv1_server_method with unconnected socket and multiple destinations

2014-05-08 Thread chetan
I'm not here to give you answer , but i wqatn help from you. Can you please tell me why i'm getting error like "undefined SSL_library_init()". which library i have to supply for that.? -- View this message in context: http://openssl.6102.n7.nabble.com/DTLSv1-server-method-with-unconnected-sock

DTLSv1_server_method with unconnected socket and multiple destinations

2014-02-10 Thread Hannes Frederic Sowa
Hello! I was playing around with DTLSv1 (openssl 1.0.1e) and tried to get DTLS working with a nonblocking socket and multiple destinations. The outline of my application is as follows: On every socket event I peek the socket address and lookup the correct SSL struct. If none is found I try to DT