Change packet size

This commit is contained in:
Quentin 2019-09-10 21:04:21 +02:00
parent ddbb98bdce
commit e9475d71fb

View file

@ -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 {