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

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

    [ https://issues.apache.org/jira/browse/MYNEWT-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866589#comment-15866589 ] 

ASF subversion and git services commented on MYNEWT-627:
--------------------------------------------------------

Commit 408caf5c0f7fd5e77846ede3df37954fa7a859ad in incubator-mynewt-core's branch refs/heads/develop from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=408caf5 ]

MYNEWT-627 BLE Host - Join rx frags into 1 mbuf


> 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)