aboutsummaryrefslogtreecommitdiffstats
path: root/sock_conn.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-04 22:21:39 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-04 22:21:39 +0100
commit417edbce2abde566e94d8986b487293d55e173c0 (patch)
tree133db23e0c58704f06447a77e8a1e964bf98be2c /sock_conn.h
parent0a24537719de7cab1b4df46e7d6a22564f66ec6a (diff)
downloadagni-417edbce2abde566e94d8986b487293d55e173c0.tar.gz
agni-417edbce2abde566e94d8986b487293d55e173c0.zip
Added new commands CMD,SHA1. Added support of params for commands. Fixed some bugs with uninitialised buffers
Diffstat (limited to 'sock_conn.h')
-rw-r--r--sock_conn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sock_conn.h b/sock_conn.h
index 966a7f4..55ef8e0 100644
--- a/sock_conn.h
+++ b/sock_conn.h
@@ -12,7 +12,7 @@
#include "debug.h"
#define IRC_BUF_IN_SIZE 1024*64
-#define IRC_BUF_OUT_SIZE 512
+#define IRC_BUF_OUT_SIZE 1024
/*
Reads ins and spils out IRC lines ended with \r\n.