Browse Source

increased buffer size

Jiri Kuthan 23 years ago
parent
commit
c272a87b48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/sipsak.c

+ 1 - 1
test/sipsak.c

@@ -42,7 +42,7 @@ bouquets and brickbats to [email protected]
 
 #define SIPSAK_VERSION "v0.1"
 #define RESIZE		1024
-#define BUFSIZE		1500
+#define BUFSIZE		4096
 #define FQDN_SIZE   200
 #define REQ_INV 1
 #define REQ_REG 2