Skip to content

h3q_config

More...

#include <h3q.h>

Public Attributes

Name
const char * cert_path
const char * key_path
unsigned address_validation
unsigned session_tickets

Detailed Description

struct h3q_config;

Everything the listener needs to exist. The idle timeout is not here: it is a per-connection setting, applied by h3q_conn_prepare().

Public Attributes Documentation

variable cert_path

const char * cert_path;

variable key_path

const char * key_path;

variable address_validation

unsigned address_validation;

variable session_tickets

unsigned session_tickets;