summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-04 21:06:28 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-04 21:06:28 +0000
commit4a07e75620d853ff61c5f29330eae86b2c1cb888 (patch)
tree1451bc6c6e5bea83fcf1a80c5d0474d848f20d1d /conf-tmpl
parent97607005941e41e60a8025c53f585c7927306fd7 (diff)
downloadhercules-4a07e75620d853ff61c5f29330eae86b2c1cb888.tar.gz
hercules-4a07e75620d853ff61c5f29330eae86b2c1cb888.tar.bz2
hercules-4a07e75620d853ff61c5f29330eae86b2c1cb888.tar.xz
hercules-4a07e75620d853ff61c5f29330eae86b2c1cb888.zip
More tweaks to socket.c to simplify the code
- many generic cleanups - reformatting, useless code removal, etc - made the mode_neg setting a compile-time decision, not a run-time one - removed the silly frame_size setting (there since r1) - added some TODOs to http://www.eathena.ws/board/index.php?showtopic=127988 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9954 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt2
-rw-r--r--conf-tmpl/packet_athena.conf9
2 files changed, 3 insertions, 8 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index b42e0d9de..d05ae8ae5 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,4 +1,6 @@
Date Added
+2007/03/05
+ * Removed mode_neg and frame_size from packet_athena.conf [ultramage]
2007/02/16
* Collapsed config settings "sg_miracle_skill_min_duration" and
"sg_miracle_skill_max_duration" into "sg_miracle_skill_duration", which
diff --git a/conf-tmpl/packet_athena.conf b/conf-tmpl/packet_athena.conf
index 22d44c1d1..19807999d 100644
--- a/conf-tmpl/packet_athena.conf
+++ b/conf-tmpl/packet_athena.conf
@@ -2,19 +2,12 @@
// translated (davidsiaw)
-// Display debug reports (iWhen something goes wrong during the report, the report is saved.)
+// Display debug reports (When something goes wrong during the report, the report is saved.)
debug: no
// How long can a socket stall before closing the connection (in seconds)
stall_time: 60
-// When enabled, sets TCP_NODELAY (disable nagel Algorythm) on all connections
-mode_neg: yes
-
-// frame packet size as considered by the server (when there's enough
-// information in queue to fill the frame_size, a "send" is forced)
-//frame_size: 1054
-
//----- IP Rules Settings -----
// If IP's are checked when connecting.