summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-13 13:33:08 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-13 13:33:08 +0000
commit880de4edc72449ec92c1ed374e3f9ef1e5b290c3 (patch)
tree812c6334063cdb211502e76b0dd6c1cbd9acf066 /Changelog-Trunk.txt
parent6ce3e3bc0de4fe7faf2c7bed6e0b2d234b241f12 (diff)
downloadhercules-880de4edc72449ec92c1ed374e3f9ef1e5b290c3.tar.gz
hercules-880de4edc72449ec92c1ed374e3f9ef1e5b290c3.tar.bz2
hercules-880de4edc72449ec92c1ed374e3f9ef1e5b290c3.tar.xz
hercules-880de4edc72449ec92c1ed374e3f9ef1e5b290c3.zip
- Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag issue.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8731 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6517c3a69..2a10d0faf 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,9 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/09/13
+ * Readded the setting TCP_NODELAY on socket.c to see if it fixes the
+ walk-lag issue. [Skotlex]
2006/09/12
* Modified the login SQL server so that case insensitive lookups use "where
name = BINARY 'name'" instead of "where BINARY name = 'name'", since this