Added regression tests that test IPv6 fragmentation
This commit is contained in:
parent
f5307fc01e
commit
b6770b9de8
22 changed files with 2258 additions and 0 deletions
6
regression-tests/11-ipv6/code/receiver/project-conf.h
Normal file
6
regression-tests/11-ipv6/code/receiver/project-conf.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
#ifdef BUFSIZE
|
||||
#undef UIP_CONF_BUFFER_SIZE
|
||||
#define UIP_CONF_BUFFER_SIZE BUFSIZE
|
||||
#endif /* BUFSIZE */
|
Loading…
Add table
Add a link
Reference in a new issue