heartbeat
#define HEARTBEAT_REQUEST 1
#define HEARTBEAT_RESPONSE 2
#define MAX_HEARTBEAT_LENGTH DEFAULT_MAX_RECORD_SIZE
#define LOCAL_ALLOWED_TO_SEND (1<<2)
#define LOCAL_NOT_ALLOWED_TO_SEND (1<<3)
#define HEARTBEAT_DEFAULT_POLICY PEER_NOT_ALLOWED_TO_SEND
extern const hello_ext_entry_st ext_mod_heartbeat;