#include <openssl/ssl.h>
#include <assert.h>
#include <limits.h>
#include <string.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/nid.h>
#include "../crypto/internal.h"
#include "internal.h"
Go to the source code of this file.
◆ DTLS1_MAX_TIMEOUTS
#define DTLS1_MAX_TIMEOUTS 12 |
◆ DTLS1_MTU_TIMEOUTS
#define DTLS1_MTU_TIMEOUTS 2 |
◆ dtls1_check_timeout_num()
bool dtls1_check_timeout_num |
( |
SSL * |
ssl | ) |
|
◆ dtls1_double_timeout()
static void dtls1_double_timeout |
( |
SSL * |
ssl | ) |
|
|
static |
◆ dtls1_free()
void dtls1_free |
( |
SSL * |
ssl | ) |
|
◆ dtls1_is_timer_expired()
bool dtls1_is_timer_expired |
( |
SSL * |
ssl | ) |
|
◆ dtls1_new()
◆ dtls1_start_timer()
void dtls1_start_timer |
( |
SSL * |
ssl | ) |
|
◆ dtls1_stop_timer()
void dtls1_stop_timer |
( |
SSL * |
ssl | ) |
|
◆ DTLSv1_get_timeout()
◆ DTLSv1_handle_timeout()
int DTLSv1_handle_timeout |
( |
SSL * |
ssl | ) |
|
◆ DTLSv1_set_initial_timeout_duration()
void DTLSv1_set_initial_timeout_duration |
( |
SSL * |
ssl, |
|
|
unsigned int |
duration_ms |
|
) |
| |