}
} else {
- debug(1, "Timing Sender -- dropping an outbound timing packet to simulate a bad network.");
+ debug(2, "Timing Sender Thread -- dropping outgoing packet to simulate bad network.");
}
+
request_number++;
// this is to deal with the possibility of missing a timing_sender_stop signal.
if ((config.diagnostic_drop_packet_fraction == 0.0) ||
(drand48() > config.diagnostic_drop_packet_fraction)) {
-
+ arrival_time = get_absolute_time_in_fp();
- // clock_gettime(CLOCK_MONOTONIC,&att);
// ssize_t plen = nread;
// debug(1,"Packet Received on Timing Port.");