comparison nnchat.c @ 120:804c7db454b4

Adjust delay.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Oct 2010 23:54:40 +0300
parents 4bc63a535acb
children dad765129133
comparison
equal deleted inserted replaced
119:4bc63a535acb 120:804c7db454b4
16 16
17 17
18 #define SET_MAX_BACKBUF (1024) 18 #define SET_MAX_BACKBUF (1024)
19 #define SET_MAX_HISTORY (16) 19 #define SET_MAX_HISTORY (16)
20 #define SET_DELAY (15) 20 #define SET_DELAY (15)
21 #define SET_DELAY_USEC (SET_DELAY * 150) 21 #define SET_DELAY_USEC (SET_DELAY * 250)
22 #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */ 22 #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */
23 23
24 char *ignoreList[] = { 24 char *ignoreList[] = {
25 "purr_rr", 25 "purr_rr",
26 "moisha", 26 "moisha",