You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2017/02/14 20:09:41 UTC

[jira] [Created] (MYNEWT-627) BLE Host - Collapse incoming L2CAP fragments into single mbuf

Christopher Collins created MYNEWT-627:
------------------------------------------

             Summary: BLE Host - Collapse incoming L2CAP fragments into single mbuf
                 Key: MYNEWT-627
                 URL: https://issues.apache.org/jira/browse/MYNEWT-627
             Project: Mynewt
          Issue Type: Bug
            Reporter: Christopher Collins
            Assignee: Christopher Collins
             Fix For: v1_0_0_rel


Currently, when the host receives an L2CAP fragment, it chains the fragment to the end of the packet in progress.  This is fast, but wasteful.  It would be better to allow the host to be configured to copy the mbuf data and free the empty mbuf.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)