Skip to content

gnrc_sixlowpan_frag: add page context to reassembly buffer#9482

Merged
cgundogan merged 1 commit intoRIOT-OS:masterfrom
miri64:gnrc_sixlowpan_frag/enh/pages
Jul 24, 2018
Merged

gnrc_sixlowpan_frag: add page context to reassembly buffer#9482
cgundogan merged 1 commit intoRIOT-OS:masterfrom
miri64:gnrc_sixlowpan_frag/enh/pages

Conversation

@miri64
Copy link
Copy Markdown
Member

@miri64 miri64 commented Jul 3, 2018

Contribution description

While refactoring IPHC I noticed that the page actually can already be used for fragmentation: Given @cgundogan's work on ICN LoWPAN we can already assume, that the page context may (among other thing) determine the type of the reassembled packet. This PR provides the basis for that.

Issues/PRs references

None

While refactoring IPHC I noticed that the page actually can already be
used for fragmentation: Given @cgundogan's work on [ICN LoWPAN] we can
already assume, that the page context may (among other thing) determine
the type of the reassembled packet. This PR provides the basis for
that.

[ICN LoWPAN]: https://tools.ietf.org/html/draft-gundogan-icnrg-ccnlowpan-01
@miri64 miri64 added Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation Area: network Area: Networking GNRC labels Jul 3, 2018
@miri64 miri64 requested a review from cgundogan July 3, 2018 12:33
@miri64 miri64 added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Jul 3, 2018
@miri64 miri64 force-pushed the gnrc_sixlowpan_frag/enh/pages branch from 55532b7 to 8721d0b Compare July 3, 2018 12:47
Copy link
Copy Markdown
Member

@cgundogan cgundogan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on the testbed. Reassembly still works. ACK.

@cgundogan cgundogan added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Jul 24, 2018
@cgundogan cgundogan merged commit 0dc02d9 into RIOT-OS:master Jul 24, 2018
@miri64 miri64 deleted the gnrc_sixlowpan_frag/enh/pages branch July 24, 2018 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: network Area: Networking CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants