[riot-commits] [RIOT-OS/RIOT] 7f2fb5: net/emcute: use correct number of retries
Martine Lenders
authmillenon at gmail.com
Mon May 28 12:20:58 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 7f2fb5e0a3978e8e067ac86ef334f36350859865
https://github.com/RIOT-OS/RIOT/commit/7f2fb5e0a3978e8e067ac86ef334f36350859865
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2018-05-28 (Mon, 28 May 2018)
Changed paths:
M sys/net/application_layer/emcute/emcute.c
Log Message:
-----------
net/emcute: use correct number of retries
syncsend() is used also for the initial packet, so resending
while (retries <= EMCUTE_N_RETRY) is the correct behavior.
Commit: 23c5902d536d1e7c80bc8c6a8a9b0cd39263db41
https://github.com/RIOT-OS/RIOT/commit/23c5902d536d1e7c80bc8c6a8a9b0cd39263db41
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2018-05-28 (Mon, 28 May 2018)
Changed paths:
M sys/net/application_layer/emcute/emcute.c
Log Message:
-----------
Merge pull request #9109 from haukepetersen/fix_emcute_nretries
net/emcute: use correct number of retries
Compare: https://github.com/RIOT-OS/RIOT/compare/202fd41b88e8...23c5902d536d
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list