diff --git a/connection.cc b/connection.cc index 20579df..d4def07 100644 --- a/connection.cc +++ b/connection.cc @@ -28,7 +28,7 @@ connection::senses(int tick_id, class agent &a) }; int dir_n = sizeof(dirs) / sizeof(dirs[0]); - char buf[1024]; + char buf[65536]; char *bufp = buf; bufp += snprintf(bufp, sizeof(buf) - (bufp - buf), "tick %d\r\n", tick_id); if (a.dead)