tinc/doc
thorkill 0cd387fd90 This commit implements average RTT estimation based on PING-PONG between active TCP connections.
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
2015-04-11 15:27:28 +02:00
..
sample-config Synchronise HEAD with CABAL branch. 2003-08-24 20:38:31 +00:00
CONNECTIVITY Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
Makefile.am Automake doesn't like info files being mentioned in CLEANFILES. 2013-09-08 14:42:32 +02:00
NETWORKING Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
PROTOCOL Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
SECURITY2 Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
SPTPS Make sure the signature also covers the session label. 2012-03-18 21:24:46 +01:00
tinc-gui.8.in Add manpage for tinc-gui. 2011-06-26 13:17:50 +02:00
tinc.8.in Document that --force should precede commands. 2015-02-16 08:26:49 +01:00
tinc.conf.5.in This commit implements average RTT estimation based on PING-PONG between active TCP connections. 2015-04-11 15:27:28 +02:00
tinc.texi Document that --force should precede commands. 2015-02-16 08:26:49 +01:00
tincd.8.in Add a new --syslog option for tincd. 2015-03-13 11:05:22 +00:00
tincinclude.texi.in Remove unused stuff from doc/. 2003-08-08 14:07:12 +00:00