summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 21:32:26 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 21:32:26 +0000
commit5e6c9e9a7fd16be13a59b361d2855813a1420009 (patch)
treea2c8e0293a3ac5fbe2f157ecffc5b5d0799d0342 /Changelog-Trunk.txt
parente05a8b8263a62fd5645db1251e80fc78cec4e9d3 (diff)
downloadhercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.tar.gz
hercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.tar.bz2
hercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.tar.xz
hercules-5e6c9e9a7fd16be13a59b361d2855813a1420009.zip
- Modified set_nonblocking and setsocketoptions in socket.c, using eApp's code as reference. Hopefully should improve performance somewhat.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8710 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 97be47f08..e8eaac248 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,8 @@ 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.
2006/09/11
+ * Modified set_nonblocking and setsocketoptions in socket.c, using eApp's
+ code as reference. Hopefully should improve performance somewhat. [Skotlex]
* Added a comment explaining what a comment is to login/char/map config
files, as well as the main script config file. [Skotlex]
* Modified SG_FEEL so that it works the same way that in Aegis