diff --git a/res/test1/test1.gnuplot b/res/test1/test1.gnuplot new file mode 100644 index 0000000..e0b01e0 --- /dev/null +++ b/res/test1/test1.gnuplot @@ -0,0 +1,12 @@ +set datafile separator ',' +#set xdata time +set key autotitle columnhead + +set terminal wxt + +set y2tics # enable second axis +set ytics nomirror # dont show the tics on that side + +#plot "test1_delays_1656344547_tcp.csv" using 1:3 with points pointtype 0, '' using 1:5 with lines axis x1y2 +plot "test1_delays_1656344547_tcp.csv" using 1:3 with line linetype 1, '' using 1:5 with lines axis x1y2 + diff --git a/src/test1_common.hpp b/src/test1_common.hpp index 7bca5e9..a318cc2 100644 --- a/src/test1_common.hpp +++ b/src/test1_common.hpp @@ -102,8 +102,8 @@ class ToxService { DHT_node nodes[] = { // own bootsrap node, to reduce load - {"tox.plastiras.org", 33445, "8E8B63299B3D520FB377FE5100E65E3322F7AE5B20A0ACED2981769FC5B43725", {}}, // 14 - //{"tox2.plastiras.org", 33445, "B6626D386BE7E3ACA107B46F48A5C4D522D29281750D44A0CBA6A2721E79C951", {}}, // 14 + //{"tox.plastiras.org", 33445, "8E8B63299B3D520FB377FE5100E65E3322F7AE5B20A0ACED2981769FC5B43725", {}}, // 14 + {"tox2.plastiras.org", 33445, "B6626D386BE7E3ACA107B46F48A5C4D522D29281750D44A0CBA6A2721E79C951", {}}, // 14 }; for (size_t i = 0; i < sizeof(nodes)/sizeof(DHT_node); i ++) {