Loading prrt/time-sender.c +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ int main(int argc, char **argv) { XlapTimestampTableInstall(s, ts_redundancy_packet, tstable_redundancy); uint32_t j = 0; char buf[75]; char buf[1250]; memset(buf, 0x0, sizeof(buf)); assert(sizeof(buf) >= sizeof(struct timespec)); while (j < rounds) { Loading Loading
prrt/time-sender.c +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ int main(int argc, char **argv) { XlapTimestampTableInstall(s, ts_redundancy_packet, tstable_redundancy); uint32_t j = 0; char buf[75]; char buf[1250]; memset(buf, 0x0, sizeof(buf)); assert(sizeof(buf) >= sizeof(struct timespec)); while (j < rounds) { Loading