gnutls_dtls_prestate_set (3) Linux Manual Page
gnutls_dtls_prestate_set – API function Synopsis#include <gnutls/dtls.h> void gnutls_dtls_prestate_set(gnutls_session_t session, gnutls_dtls_prestate_st * prestate); Argumentsgnutls_session_t session a new session gnutls_dtls_prestate_st * prestate contains the client’s prestateDescriptionThis function will associate the prestate acquired by the cookie authentication with the client, with the newly established session. This functions must be called after a successful gnutls_dtls_cookie_verify() and should be succeeded…
