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

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

Commit 6773301d2fd3f66faed1f466e0235bb65681d510 in incubator-mynewt-core's 
branch refs/heads/master from [~wes3]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-core.git;h=6773301 
]

MYNEWT-387: Separate ACL buffer pool for controller only

The controller (for the controller only implementation) now uses
a separate pool of buffers for ACL data. This pool is only used
by the host to send ACL data; the controller will never grab a
buffer from this pool for any other reason. This was done so that
the controller and host will stay in sync regarding reported
total ACL buffers and the number of completed packets. By default,
4 ACL buffers are allocated. This is quite an arbitrary number
and should be modified based on memory available and application
requirements.


> Separate ACL data buffer pool for controller-only nimble stack
> --------------------------------------------------------------
>
>                 Key: MYNEWT-387
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-387
>             Project: Mynewt
>          Issue Type: Bug
>          Components: Nimble
>    Affects Versions: v0_9_0
>            Reporter: William San Filippo
>            Assignee: William San Filippo
>             Fix For: v1_0_0_beta1
>
>
> The controller-only nimble stack implementation could use ACL data buffers 
> that were allocated to the host for other purposes. This could cause the host 
> to think it could send an ACL data buffer when it fact it could not.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to