-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ng_sixlowpan: Initial import of IP header compression #2806
Conversation
91cc2f7
to
da21f08
Compare
Rebased to current dependencies |
da21f08
to
dd3e461
Compare
Rebased to current #2614. |
dd3e461
to
a1a9779
Compare
Rebased to current #2614. |
a1a9779
to
56204e3
Compare
Rebased to current master (and removed long out-dated WIP label) |
Nice. Will review ASAP. |
(please review fragmentation first; I think this is more important right now) |
Ok |
cbe231a
to
8584bdf
Compare
Rebased to current master |
c35d983
to
dcb24f9
Compare
Is this ready for review now? |
Yes |
Ever since I opened it ;-) |
d979b42
to
e8ac480
Compare
Rebased and squashed, since obviously no review took place until now ;-) |
Why was it marked as "WIP" in the beginning then? |
Errrr… I meant when I removed that label ;-) |
&(iid->u8[(ctx->prefix_len / 8) - 7]), | ||
sizeof(network_uint64_t) - ((ctx->prefix_len / 8) - 7)) == 0) && | ||
(addr->u8[(ctx->prefix_len / 8)] & byte_mask[ctx->prefix_len % 8]) == | ||
(iid->u8[(ctx->prefix_len / 8) - 8] & byte_mask[ctx->prefix_len % 8]))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comments would be useful here
Addressed comments |
c9ac6ea
to
1cbb02b
Compare
Squashed |
untested ACK |
Fixed doc error pointed out by Travis. |
re-ACK |
58b23ef
to
9a98926
Compare
Re-Squashed |
…tial ng_sixlowpan: Initial import of IP header compression
Depends on #2614.(merged)