plot
This commit is contained in:
parent
dc6a31a151
commit
be7b76f25c
12
res/test1/test1.gnuplot
Normal file
12
res/test1/test1.gnuplot
Normal file
@ -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
|
||||||
|
|
@ -102,8 +102,8 @@ class ToxService {
|
|||||||
DHT_node nodes[] =
|
DHT_node nodes[] =
|
||||||
{
|
{
|
||||||
// own bootsrap node, to reduce load
|
// own bootsrap node, to reduce load
|
||||||
{"tox.plastiras.org", 33445, "8E8B63299B3D520FB377FE5100E65E3322F7AE5B20A0ACED2981769FC5B43725", {}}, // 14
|
//{"tox.plastiras.org", 33445, "8E8B63299B3D520FB377FE5100E65E3322F7AE5B20A0ACED2981769FC5B43725", {}}, // 14
|
||||||
//{"tox2.plastiras.org", 33445, "B6626D386BE7E3ACA107B46F48A5C4D522D29281750D44A0CBA6A2721E79C951", {}}, // 14
|
{"tox2.plastiras.org", 33445, "B6626D386BE7E3ACA107B46F48A5C4D522D29281750D44A0CBA6A2721E79C951", {}}, // 14
|
||||||
};
|
};
|
||||||
|
|
||||||
for (size_t i = 0; i < sizeof(nodes)/sizeof(DHT_node); i ++) {
|
for (size_t i = 0; i < sizeof(nodes)/sizeof(DHT_node); i ++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user