Improved latency for traffic initiated from server

This commit is contained in:
Erik Ekman
2008-08-07 13:22:30 +00:00
committed by Erik Ekman
parent 5776562339
commit 3fc9eaeaa3
5 changed files with 34 additions and 67 deletions

View File

@@ -5,6 +5,12 @@ iodine - http://code.kryo.se/iodine
CHANGES:
2008-xx-xx: 0.x.x
- Delayed sending responses in server to improve latency. Pings from
server to client are now always fast instead of cycling from
fast to 1000 ms.
- The server now replies to all received queries.
2008-08-06: 0.4.2 "Opened Zone"
- Applied a few small patches from Maxim Bourmistrov and Gregor Herrmann
- Applied a patch for not creating and configuring the tun interface,