updated picoTCP to 1.4.0, lowered build optimization levels to -O2, improved selftest

This commit is contained in:
Joseph Henry
2017-06-05 14:26:06 -07:00
parent 47a80e8954
commit 19839eeac9
367 changed files with 107850 additions and 3813 deletions

View File

@@ -1,6 +1,6 @@
/*********************************************************************
PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
See LICENSE and COPYING for usage.
See COPYING, LICENSE.GPLv2 and LICENSE.GPLv3 for usage.
.
@@ -86,11 +86,11 @@ struct mld_multicast_address_record {
uint8_t aux_len;
uint16_t nbr_src;
struct pico_ip6 multicast;
struct pico_ip6 src[0];
struct pico_ip6 src[1];
};
struct mld_parameters {
uint8_t event;
uint8_t event;
uint8_t state;
uint8_t general_query;
uint8_t filter_mode;