y_send: debug, try another way re_sending paquets

This commit is contained in:
2025-10-10 08:55:23 +02:00
parent 19570483e7
commit 36d2859abf
+3 -3
View File
@@ -581,9 +581,9 @@ for(int tour_i=0;(tour_i<4) && (check_if_in_ok_header_l_(argS->m_ok_head_l_t, na
size_t delay = 8000000;
printf("debug: wait %ld before checking, in tour:%d\n",delay, tour_i);
usleep(delay);
free(timeid);
timeid = time_id();
sprintf(nameid, "%s_%s_%s_%s",name_f, tempAddr, tempAddr, timeid);
//free(timeid);
//timeid = time_id();
//sprintf(nameid, "%s_%s_%s_%s",name_f, tempAddr, tempAddr, timeid);
}