diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-18 22:28:07 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-18 22:28:07 +0000 |
commit | a5e721f8cf55f3e174f70412ef4a6f11aaa40a59 (patch) | |
tree | 7a97e868ecedb659347d349bd1a223d9080ba201 /Changelog-Trunk.txt | |
parent | af8421488eef950de05dda7109e195687613393e (diff) | |
download | hercules-a5e721f8cf55f3e174f70412ef4a6f11aaa40a59.tar.gz hercules-a5e721f8cf55f3e174f70412ef4a6f11aaa40a59.tar.bz2 hercules-a5e721f8cf55f3e174f70412ef4a6f11aaa40a59.tar.xz hercules-a5e721f8cf55f3e174f70412ef4a6f11aaa40a59.zip |
- Merged Meruru's update to socket.c, which includes a rewritten parse function, which should hopefully be more efficient than the previous code.
- The new code includes support for two config settings (packet_athena.txt): frame_size, which can be used to alter the logic packet-size allowed by the code, and mode_neg, which when set to yes, sets TCP_NODELAY on all connections (defaults to yes).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8799 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 89c810eb2..0f63b0524 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,13 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/09/18 + * Merged Meruru's update to socket.c, which includes a rewritten parse + function, which should hopefully be more efficient than the previous code. + [Skotlex] + * The new code includes support for two config settings + (packet_athena.txt): frame_size, which can be used to alter the logic + packet-size allowed by the code, and mode_neg, which when set to yes, sets + TCP_NODELAY on all connections (defaults to yes). [Skotlex] * High-Jump is usable everywhere now, except that on maps where it previously failed, now will just make you jump in place. [Skotlex] * Fixed TK_RUN as per packets provided by AuronX. [Skotlex] |