Hi all, could you please confirm if dtls timers are implemented at client side only and not on server side (only client retries/attempts to establish connection) or why they should be implemented on server side also.
after looking at : http://crypto.stanford.edu/~nagendra/papers/dtls.pdf i understood that i need to call DTLSv1_get_timeout/DTLSv1_handle_timeout incase of non-blocking socket. but after looking at example available on net "dtls_udp_echo2.c", i see only client side take care of this. i feel only client side should try to reconnect, why server should try to resend message to client. please share if you know any example on this. thanks, manish