--- gvpe/NEWS 2005/06/03 05:07:31 1.58 +++ gvpe/NEWS 2005/06/21 08:34:47 1.61 @@ -1,8 +1,17 @@ -TODO: enable bridging (compile-time option?) +TODO: enable bridging (compile-time option? ignore fragmentation?) TODO: explore DTLS 2.0 - protocol version 0.1, compatible with older releases. + - implemented != for sockinfo. This fixes a bug where + gvpe sent packets to the old ip address of another host + even though it had received packets from it's new address. + This only causes problems if you forget to -HUP your gvpe after + your ip address changed, which is *required*. + - tighter limit for the maximum sequence # to avoid overflow + conditions + allow more headroom for packet reordering. + - fixed a bug in receive sequence checking that made gvpe + accept out-of-window packets in most cases. 1.9 Tue Apr 19 06:21:50 CEST 2005 - protocol version 0.1, compatible with older releases.