summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 5b7e17434..ac449cd23 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,14 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/11/09
+ * Re-worked the login-char-map packet spam mechanism
+ - mapserver no longer sends entire user list to charserver every
+ 10 seconds; similar change done to the char-login connection
+ - user count updates are only sent when the value actually changes
+ instead of servers polling each other every few seconds
+ - the servers now prevent interserver connection timeout explicitly by
+ sending ping/ack packet pairs instead of relying on the usercount
+ polling to do so; keepalive is sent every 'stall_time'-2 seconds
* Fixed socket.c checking time() incorrectly (bugreport:394) [ultramage]
* Added a database iterator to db.c/db.h. [FlavioJS]
2007/11/08