From b397f7c6615f68f044100168eeaf157f6c60227c Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 9 Nov 2007 21:44:29 +0000 Subject: * Re-worked the login-char-map packet spam mechanism - mapserver no longer sends entire user list to charserver every 10 seconds; similar change done to the char-login connection - user count updates are only sent when the value actually changes instead of servers polling each other every few seconds - the servers now prevent interserver connection timeout explicitly by sending ping/ack packet pairs instead of relying on the usercount polling to do so; keepalive is sent every 'stall_time'-2 seconds - removed the @refreshonline command as refresh happens automatically every 5 seconds git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11703 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/chrif.h') diff --git a/src/map/chrif.h b/src/map/chrif.h index 71f402233..1ae274f57 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -44,7 +44,7 @@ int chrif_save_scdata(struct map_session_data *sd); int chrif_ragsrvinfo(int base_rate,int job_rate, int drop_rate); int chrif_char_offline(struct map_session_data *sd); int chrif_char_reset_offline(void); -int send_users_tochar(int tid, unsigned int tick, int id, int data); +int send_users_tochar(void); int chrif_char_online(struct map_session_data *sd); int chrif_changesex(int id, int sex); int chrif_chardisconnect(struct map_session_data *sd); -- cgit v1.2.3-60-g2f50