APUE Learning Example Source Code
guowenxue
2019-06-26 157be0b0d4c7d4809cfcafc76235cc18388378c8
1
2
3
4
5
6
7
8
#define HOST "127.0.0.1"
#define PORT 1888
 
#define PUB_QOS 1
#define SUB_QOS 1
 
#define MESSAGE_COUNT 100000L
#define MESSAGE_SIZE 1024L