Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng_pktbuf: new default packet buffer implementation #3496

Merged
merged 4 commits into from
Jul 29, 2015

Commits on Jul 28, 2015

  1. ng_pktbuf: simplify API by extension

    This simplifies the `ng_pktbuf` API by adding a new function
    `ng_pktbuf_mark()` which takes over some functionality of
    `ng_pktbuf_add()`. `size == 0` for `ng_pktbuf_add()` is now illegal.
    miri64 committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    41b0a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f747b07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e82307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    377f5cc View commit details
    Browse the repository at this point in the history