--- mqtt/inc/defs.h 2011/12/01 08:15:25 1.1.1.1.2.14 +++ mqtt/inc/defs.h 2011/12/05 14:11:47 1.1.1.1.2.15 @@ -5,6 +5,7 @@ #define STRSIZ 256 #define MQTTMSG_MAX 65529 #define WILDCARDS "/#+" +#define MQTT_CONNFLGS_INIT { 1, 1, 1, 3, 1, 1, 1 } #define MQTT_DATA_MAX 268435455 #define MQTT_CONN_STR "MQIsdp"