0cd387fd90
Average RTT can be used to update edge weight and propagate it to the network. tinc dump edges has been also extended to give the current RTT. New edge weight will change only if the config has EdgeUpdateInterval set to other value than 0. - Ignore local configuration for editors - Extended manpage with informations about EdgeUpdateInterval - Added clone_edge and fixed potential segfault when b->from not defined - Compute avg_rtt based on the time values we got back in PONG - Add avg_rtt on dump edge - Send current time on PING and return it on PONG - Changed last_ping_time to struct timeval - Extended edge_t with avg_rtt
18 lines
180 B
Text
18 lines
180 B
Text
Makefile
|
|
Makefile.in
|
|
*.o
|
|
*.a
|
|
/config.*
|
|
/src/tincd
|
|
/autom4te.cache
|
|
/aclocal.m4
|
|
/compile
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/missing
|
|
INSTALL
|
|
.deps
|
|
.dir-locals.el
|
|
stamp-h1
|
|
/src/device.c
|