ARG! What's with the 2-byte lengths!?
Why in the world would you limit packets to 64K? To save an extra 2 bytes
per packet? This means I *have* to chop up files even if I know in
advance they'll fit. Let's not revert to PDP-11 mindset, shall we?
> You can do this with the BSD sockets API with
> the shutdown(2) call. Don't know about other
> implementations though.
(Not that they'd put "close" in the header of the man page so you could
find it with man -k, tho.)
-- Darren