From 48d4af340f9b30c659aae910419aea6d666a7ae0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Jun 2017 15:52:18 +0200 Subject: csource: regenerate --- csource/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csource') diff --git a/csource/common.go b/csource/common.go index 25d062821..cd565d613 100644 --- a/csource/common.go +++ b/csource/common.go @@ -212,7 +212,7 @@ static void execute_command(const char* format, ...) int tunfd = -1; -#define SYZ_TUN_MAX_PACKET_SIZE (64 << 10) +#define SYZ_TUN_MAX_PACKET_SIZE 1000 #define MAX_PIDS 32 #define ADDR_MAX_LEN 32 -- cgit mrf-deployment