--- gvpe/NEWS 2007/11/19 10:34:19 1.74 +++ gvpe/NEWS 2008/08/27 22:14:02 1.82 @@ -1,10 +1,32 @@ gvpe NEWS +TODO: udpoate dcumentation, algorithm +todo: keepalive more aggressive? + 2.2 - - protocol version 0.1, compatible with older releases. + - protocol version 0.1, compatible with older releases, + but upgrade is recommended to due changed ondemand behaviour. + - new per-node options max-ttl and max-queue. - convert from iom.C to libev, a high-performance event loop (http://software.schmorp.de/pkg/libev). - tcp connections were leaking in some cases. + - retry more aggressively (once/s) to establish a connection if + new packets arrive for it. + - save a lot of setsockopt calls when the tos doesn't change. + - honor disabled even on initial connect attempt. + - changed callback mechanism to be slightly less portable + but more efficient mechanism (standards-compliant c++ compilers + should work). + - increased receive window positive size, to allow for massive + packet loss due to occasional longer drop-outs. + - send RST when a positive window size violation is detected, but + not in other cases, to reconnect more quickly. + - upgraded liblzf to version 3.2. + - dropped -fno-exceptions due to ev++.h using it. + - node-up/down scripts are now run in sequence. + - new -q switch for gvpectrl, for when you run it often. + - work around the horribly inconsistent, ad-hoc, ever-changing + and broken texinfo syntax. YMMV. avoid texinfo. - bugfixes. 2.01 Thu Mar 29 19:26:04 CEST 2007