Lora-net / lora_gateway

Driver/HAL to build a gateway using a concentrator board based on Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers.
Other
922 stars 744 forks source link

Retry after missing ACK #85

Closed siscia closed 6 years ago

siscia commented 6 years ago

Hi : -)

after a push packet, if the packet is not ACKed from the server, is the packet re-send?

All I see is here: https://github.com/Lora-net/packet_forwarder/blob/master/lora_pkt_fwd/src/lora_pkt_fwd.c#L1849

But I don't see any effort in re-trying to send an not ACKed packet. (It could be just me not seeing something obvious...)

This behaviour (fire and forget) is the expected one?

larkolab commented 6 years ago

Yes, this behaviour is the expected one.

siscia commented 6 years ago

Great thank you!