From e9475d71fb0e962e5e09dafe8f0af3cc1e14b723 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 10 Sep 2019 21:04:21 +0200 Subject: [PATCH] Change packet size --- src/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet.h b/src/packet.h index 544e9cc..0a46c71 100644 --- a/src/packet.h +++ b/src/packet.h @@ -76,7 +76,7 @@ struct buffer_packet { uint16_t aread; uint16_t awrite; struct timespec seen; - char ip[1500]; + char ip[6000]; }; struct udp_target {