From 879eaf77babef13084b95ef170742958d90389b6 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 6 Jul 2009 10:39:28 +0000 Subject: ajout IvyChangeMsg correction pb latence TCP_NODELAY --- Ivy/IvyApplication.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy/IvyApplication.cxx') diff --git a/Ivy/IvyApplication.cxx b/Ivy/IvyApplication.cxx index 07f37be..a262fa2 100644 --- a/Ivy/IvyApplication.cxx +++ b/Ivy/IvyApplication.cxx @@ -276,7 +276,7 @@ void IvyApplication::OnReceive(char * line) void IvyApplication::SendMsg(MsgType msg, int id, const char * arg) { - char buffer[1024]; + char buffer[4096]; if ( arg ) _snprintf_s( buffer, sizeof( buffer ),sizeof( buffer )-1, "%d %d%c%s\n", msg, id, ARG_START, arg ); else sprintf_s( buffer,sizeof( buffer ), "%d %d%c\n", msg, id, ARG_START); -- cgit v1.1