mosquitto/test/old/msgsps_common.h

10 lines
139 B
C
Raw Normal View History

2018-05-02 13:03:26 +00:00
#define HOST "127.0.0.1"
#define PORT 1888
#define PUB_QOS 1
#define SUB_QOS 1
2014-05-07 22:27:00 +00:00
#define MESSAGE_COUNT 100000L
#define MESSAGE_SIZE 1024L