ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/lowlevel.C
(Generate patch)

Comparing deliantra/server/socket/lowlevel.C (file contents):
Revision 1.16 by root, Thu Dec 14 02:37:37 2006 UTC vs.
Revision 1.17 by root, Thu Dec 14 04:30:33 2006 UTC

459 LOG (llevInfo, "CSSTAT: %.16s tot %d %d %d %d inc %d %d %d %d\n", 459 LOG (llevInfo, "CSSTAT: %.16s tot %d %d %d %d inc %d %d %d %d\n",
460 ctime (&now), cst_tot.ibytes, cst_tot.obytes, cst_tot.max_conn, 460 ctime (&now), cst_tot.ibytes, cst_tot.obytes, cst_tot.max_conn,
461 now - cst_tot.time_start, cst_lst.ibytes, cst_lst.obytes, cst_lst.max_conn, now - cst_lst.time_start); 461 now - cst_tot.time_start, cst_lst.ibytes, cst_lst.obytes, cst_lst.max_conn, now - cst_lst.time_start);
462 cst_lst.ibytes = 0; 462 cst_lst.ibytes = 0;
463 cst_lst.obytes = 0; 463 cst_lst.obytes = 0;
464 cst_lst.max_conn = socket_info.nconns;
465 cst_lst.time_start = now; 464 cst_lst.time_start = now;
466} 465}
467#endif 466#endif
468 467

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines