--- deliantra/server/socket/lowlevel.C 2006/12/14 02:37:37 1.16 +++ deliantra/server/socket/lowlevel.C 2006/12/14 05:09:32 1.18 @@ -424,9 +424,8 @@ sbuf[0] = ((uint32) (msg->length ()) >> 8); sbuf[1] = ((uint32) (msg->length ()) ); - if (ns->status != Ns_Old) - ns->send (sbuf, 2); - + //TODO: single write, or writev + ns->send (sbuf, 2); ns->send (msg->buf, msg->length ()); } @@ -461,7 +460,6 @@ now - cst_tot.time_start, cst_lst.ibytes, cst_lst.obytes, cst_lst.max_conn, now - cst_lst.time_start); cst_lst.ibytes = 0; cst_lst.obytes = 0; - cst_lst.max_conn = socket_info.nconns; cst_lst.time_start = now; } #endif