You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/11/02 21:08:17 UTC

[GitHub] wes3 opened a new pull request #645: net/lora: Fix MAC command issues

wes3 opened a new pull request #645: net/lora: Fix MAC command issues
URL: https://github.com/apache/mynewt-core/pull/645
 
 
   There are two basic issues fixed with this commit: 1) If the
   server sends MAC commands "constantly" the code would not
   send any data until the MAC commands stopped being sent. Now, if
   we cannot send any MAC commands because the application data is
   too large, we will send a MAC commands, at most, every other
   frame. 2) The code will now attempt to add as many MAC commands
   as it can to each transmission. Prior code would either attempt
   to add the entire MAC command buffer or do nothing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services