KKopyscinski commented on a change in pull request #958:
URL: https://github.com/apache/mynewt-nimble/pull/958#discussion_r634928669



##########
File path: nimble/host/mesh/src/transport.c
##########
@@ -1413,8 +1413,9 @@ static int trans_seg(struct os_mbuf *buf, struct 
bt_mesh_net_rx *net_rx,
        /* Reset the Incomplete Timer */
        rx->last = k_uptime_get_32();
 
-       if (!k_delayed_work_remaining_get(&rx->ack) &&
-           !bt_mesh_lpn_established()) {
+       if (!k_delayed_work_pending(&rx->ack) ||

Review comment:
       Moved this commit to https://github.com/apache/mynewt-nimble/pull/978




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to