Return to defs.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / inc |
version 1.1.1.1, 2012/01/26 13:07:33 | version 1.1.1.1.2.2, 2012/01/27 15:15:32 |
---|---|
Line 48 SUCH DAMAGE. | Line 48 SUCH DAMAGE. |
#define STRSIZ 256 | #define STRSIZ 256 |
#define MAX_CONNID 24 | |
#define MAX_CRED 13 | |
#define MQTTMSG_MAX 65529 | |
#define WILDCARDS "/#+" | #define WILDCARDS "/#+" |
#define MQTT_CONNFLGS_INIT { 1, 1, 1, 3, 1, 1, 1 } | #define MQTT_CONNFLGS_INIT { 1, 1, 1, 3, 1, 1, 1 } |
#define MQTT_DATA_MAX 268435455 | #define MQTT_DATA_MAX 268435455 |
#define MQTT_CONN_STR "MQIsdp" | #define MQTT_CONN_STR "MQIsdp" |
#define MQTT_PROTO_VER 3 | |
#define MQTT_KEEPALIVE 10 | |
#define MQTT_DEFAULT_MSGID 0xDEBA | #define MQTT_DEFAULT_MSGID 0xDEBA |