Compare commits

..

No commits in common. "7815be874192ad60aa27da3c8e715f42830a668c" and "277048eba62eb318eb83c292b543aaf4b92f2d3e" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -837,14 +837,7 @@ int main(int argc, char **argv)
if (ret) if (ret)
return 1; return 1;
int k[] = {1,2};
int j = 0;
while (running) { while (running) {
ts_gap = double_to_timespec((k[j%2])/1000.0);
// printf("%lu, %lu\n", ts_gap.tv_sec, ts_gap.tv_nsec);
setsockopt_txtime(s);
setup_time();
j++;
/* clear values but preserve cu.fd.len */ /* clear values but preserve cu.fd.len */
cu.fd.flags = 0; cu.fd.flags = 0;
cu.fd.__res0 = 0; cu.fd.__res0 = 0;