Added regression tests that test IPv6 fragmentation

This commit is contained in:
Adam Dunkels 2013-07-27 13:48:54 +02:00
parent f5307fc01e
commit b6770b9de8
22 changed files with 2258 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#ifdef BUFSIZE
#undef UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BUFFER_SIZE BUFSIZE
#endif /* BUFSIZE */