unix socket [Archive] - C Board

PDA

View Full Version : unix socket


rotis23
10-14-2003, 03:20 PM
Does anyone know of a way to connect to a unix socket on the command-line like telnet is used to connect to tcp sockets?

chrismiceli
10-14-2003, 03:33 PM
I am sorry, but that questions doesn't make sense to me, please rephrase or something.

Hammer
10-14-2003, 05:23 PM
makes perfect sense to me. Shame I don't know the answer though (at least, not in the positive sense).

For those that don't understand, these are Unix sockets (http://www.ecst.csuchico.edu/~beej/guide/ipc/usock.html).

rotis, if you can't find what you're looking for, just build it yourself ;)

rotis23
10-15-2003, 09:14 AM
Good idea.

chrismiceli
10-15-2003, 03:33 PM
I knew what unix sockets were, just the "bind to the command-line" threw me off.