Hi folks!

  Sorry for the stupid question, but we somehow got confused about Unix
Domain Socket programming. Especially the problem is the following:
  Assume, that due to some unidentified reqasons we have solely 2
sun_paths: path1 and path2.
  - we need to create multiple sockets (I/O Multiplexing) bound to the
same local (path1) and remote (path2) paths - is that possible?
  - moreover we need to create some reverse direction sockets which use
the same paths, but with path1 as remote sun_path and path2 as local
sun_path. Is that possible?
  - as a summary: when talking about Unix domain sockets, what is the
exact role of the local/remote sun_path value: do the communication
occur through this device, ot it has solely hypotetic role?

        Thanks: Gabor Retvari
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to