You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff--gita/functions.cb/functions.cindexa36ece5..faad4f4100644---a/functions.c+++b/functions.c
@@ -2214,7+2214,7 @@ voidsync_settings(structapp_params*app_params,
// TX has set ACK mode frame count
} elseif (ntohs(*frame_headers->rx_sub_tlv_type) ==TYPE_ACKCOUNT) {
-test_params->f_ack_timeout= (uint32_t)ntohll(*frame_headers->rx_sub_tlv_value);
+test_params->f_ack_count= (uint32_t)ntohll(*frame_headers->rx_sub_tlv_value);
printf("ACK mode set to ACK every %"PRIu32" frames\n", test_params->f_ack_count);
// TX has requested MTU sweep test
Add a CLI option to ACK one in every N frames, otherwise ACK mode is very slow on a stable link with no drops.
The text was updated successfully, but these errors were encountered: