Prior to Solaris 2.6, sockets were an abstraction that existed at the library level. That is, much of the socket state and socket semantics support were provided within the libsocket library. The ...
Working with BSD sockets in C++, what is the easiest way to send to a packet of mixed data? I know it's simple to send an int, or a string, but how do you do both? something like:<BR>send(a_nint + ...