mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
added packet-fragmentation defines
This commit is contained in:
parent
6c275bea71
commit
668eb658d0
@ -1 +1,5 @@
|
||||
// sixlowpan header file
|
||||
/* fragmentation defines */
|
||||
#define FRAG1_HDR_LEN 32 // in bit
|
||||
#define FRAGN_HDR_LEN 40 // in bit
|
||||
#define FRAG1_DISPATCH 0xC0 // 11000000
|
||||
#define FRAGN_DISPATCH 0xE0 // 11100000
|
||||
|
Loading…
Reference in New Issue
Block a user