diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-01 15:52:18 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-03 10:41:09 +0200 |
| commit | 48d4af340f9b30c659aae910419aea6d666a7ae0 (patch) | |
| tree | 396bbdf36512a2fd5e9d417c9fca85495385a004 /csource | |
| parent | 61a577885b4c69f9b33330d3562b2ffc0c1890fc (diff) | |
csource: regenerate
Diffstat (limited to 'csource')
| -rw-r--r-- | csource/common.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
