浏览代码

- changed BUF_SIZE back to 65535

Andrei Pelinescu-Onciul 22 年之前
父节点
当前提交
bbed656b20
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.h

+ 1 - 1
config.h

@@ -125,7 +125,7 @@
    avoid terror of excessively huge messages; they are
    useless anyway
 */
-#define BUF_SIZE 3040
+#define BUF_SIZE 65535
 
 /* forwarding  -- Via buffer dimensioning */
 #define MAX_VIA_LINE_SIZE	240