In the light-switch-proxy-client example there is every unreliable group message repeated a number of times (GROUP_MSG_REPEAT_COUNT). Is this always required to be implemented on application level or is there also an implicit group message repetition mechanism for unreliable messages inside the stack itself?
If group message repetition is required to be managed on application level, how many repetitions do you recommend? In the light-switch-proxy-client example there are 3 repetitions while e.g. in the light-switch-proxy-server example for the Thingy example there are 5 repetitions. Is there a reason for these different settings?