diff options
Diffstat (limited to 'doc/zmq_ipc.txt')
-rw-r--r-- | doc/zmq_ipc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/zmq_ipc.txt b/doc/zmq_ipc.txt index c3980f6..acce97a 100644 --- a/doc/zmq_ipc.txt +++ b/doc/zmq_ipc.txt @@ -15,8 +15,8 @@ the same physical machine. CONNECTION STRING ----------------- -Connection string for inproc transport is "ipc://" followed by a file name. -The file will be used as placeholder for a message endpoint. (UNIX domain +Connection string for inter-process transport is "ipc://" followed by a file +name. The file will be used as placeholder for a message endpoint. (UNIX domain sockets associate a file with the listening socket in a similar way.) ---- |