blob: 4465b319f27b5a7bc4758614534dca52eb8bf3d9 (
plain)
1
2
3
4
5
6
7
8
|
/* client config */
#define DISCONNECT_KEY '~' /* press ESC and this key to disconnect */
#define PKT_INT 24000u /* packet sending interval in microseconds */
#define RB_SZ 0x1000u /* ring buf size, 4kb, must be power of 2, 64kb max */
#define TIMEOUT_P 10 /* timeout (no packets) in seconds for send ping */
#define TIMEOUT_C 5 /* connection timeout in seconds */
|