mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-31 00:32:52 +00:00
mesh: limit resend of outgoing and unacknowledted segments
This commit is contained in:
parent
553e128c6f
commit
7ea7698ec4
@ -609,8 +609,8 @@ static void mesh_lower_transport_tx_ack_timeout(btstack_timer_source_t * ts){
|
||||
mesh_transport_pdu_t * transport_pdu = (mesh_transport_pdu_t *) btstack_run_loop_get_timer_context(ts);
|
||||
printf("[+] Lower transport, acknowledgement timer fired for %p\n", transport_pdu);
|
||||
transport_pdu->acknowledgement_timer_active = 0;
|
||||
lower_transport_outgoing_seg_o = 0;
|
||||
mesh_lower_transport_send_next_segment();
|
||||
// send remaining segments again
|
||||
mesh_lower_transport_send_segmented_pdu_once(transport_pdu);
|
||||
}
|
||||
|
||||
static void mesh_lower_transport_run(void){
|
||||
|
Loading…
x
Reference in New Issue
Block a user