Merge pull request #1354 from OlegHahm/nativenet_packetsize
nativenet: change max packet size to 127
This commit is contained in:
commit
e75a6a86c0
@ -33,7 +33,7 @@
|
||||
#ifndef NATIVE_MAX_DATA_LENGTH
|
||||
#include "tap.h"
|
||||
#ifdef MODULE_SIXLOWPAN
|
||||
#define NATIVE_MAX_DATA_LENGTH (255)
|
||||
#define NATIVE_MAX_DATA_LENGTH (127)
|
||||
#else
|
||||
#define NATIVE_MAX_DATA_LENGTH (TAP_MAX_DATA)
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user