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

Restyle Some conversions to use PacketBufferHandle #4031

Closed
wants to merge 3 commits into from

Commits on Nov 27, 2020

  1. Some conversions to use PacketBufferHandle

    #### Problem
    
    Code should use `PacketBufferHandle` rather than `PacketBuffer *`.
    
    #### Summary of Changes
    
    - Converts remaining receive path in //src/inet and //src/transport.
    - Converts most of //src/ble.
    - Introduces Handle versions of the `AddToEnd`/`DetachTail` pair.
    
    Part of issue #2707 - Figure out a way to express PacketBuffer ownership in the type system
    kpschoedel committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    f24e9bc View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    b8ac5e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5299d View commit details
    Browse the repository at this point in the history