Merge branch 'master' of gitlab.inria.fr:qdufour/donar

This commit is contained in:
Quentin 2019-09-11 10:46:27 +02:00
commit 91ca55973d

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 {