7#if !defined(ASYNC_MQTT_CONSTANT_HPP)
8#define ASYNC_MQTT_CONSTANT_HPP
13#include <async_mqtt/type.hpp>
17static constexpr session_expiry_interval_t session_never_expire = 0xffffffffUL;
18static constexpr topic_alias_t topic_alias_max = 0xffff;
19static constexpr std::uint32_t packet_size_no_limit =
22 128 * 128 * 128 * 128;
23static constexpr receive_maximum_t receive_maximum_max = 0xffff;
24static constexpr auto shutdown_timeout = std::chrono::seconds(3);