1 #define HOST "127.0.0.1"
2 #define PORT 1888
3 
4 #define PUB_QOS 1
5 #define SUB_QOS 1
6 
7 #define MESSAGE_COUNT 100000L
8 #define MESSAGE_SIZE 1024L
9 
10