From 4a07e75620d853ff61c5f29330eae86b2c1cb888 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 4 Mar 2007 21:06:28 +0000 Subject: 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 --- conf-tmpl/packet_athena.conf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'conf-tmpl/packet_athena.conf') 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. -- cgit v1.2.3-70-g09d2