Commit Graph
2 Commits
Author SHA1 Message Date
jrray 8411ee67d1 Made sock_recv_string work.
sock_send_string and sock_send "corrected" to handle cases where not all
	the bytes intended to be sent are actually sent (must loop to
	send the remaining bytes).
File descriptors were not actually being closed by sock_close (they were
	only being shutdown).
2000-02-14 13:38:39 +00:00
jrray 08278d0e75 Added a multi-processor CPU usage display, doesn't work on uni-processor
machines (would show a blank screen, I think).
2000-02-14 13:19:19 +00:00