Diff for /libaitmqtt/inc/defs.h between versions 1.4.2.1 and 1.4.2.2

version 1.4.2.1, 2016/09/14 15:52:36 version 1.4.2.2, 2022/09/13 22:20:59
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2016Copyright 2004 - 2022
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 54  SUCH DAMAGE. Line 54  SUCH DAMAGE.
 #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_DEFAULT_MSGID      0xDEBA
   
   #define MQTT_PROTO_STR          "MQTT"
 #define MQTT_CONN_STR           "MQIsdp"  #define MQTT_CONN_STR           "MQIsdp"
   
   

Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>