Browse Source

- changed BUF_SIZE back to 65535

Andrei Pelinescu-Onciul 22 years ago
parent
commit
bbed656b20
1 changed files with 1 additions and 1 deletions
  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