File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 671671 \funnm {mq\_ send}(), \funnm {mq\_ receive}(), \dots {}
672672 \item \emsl {System V APIs} for queues, shared memory, and semaphores
673673 \end {itemize }
674- \item \emsl {sockets} come from the BSD world and allow communication in domains
675- \texttt {AF\_ UNIX } (communication within the same system) and \texttt {AF\_ INET }
676- (communication within the same system or across network).
674+ \item \emsl {sockets} come from the BSD world and allow communication in various
675+ domains, e.g. \texttt {AF\_ UNIX } (communication within the same system) and
676+ \texttt {AF\_ INET }/\texttt {AF\_ INET6 } (communication within the same system or
677+ across network using internet protocols).
677678\end {itemize }
678679\end {slide }
679680
684685\pageref {SYSVSEM }.
685686\item The POSIX API for IPC came in with extension 1003.1b (aka POSIX.4), see
686687page \pageref {POSIX4 }.
687- \item Sockets were accepted by other Unix systems as well and has been a part of
688- the UNIX specification since version 2.
688+ \item Sockets were accepted by other Unix systems as well and have been a part
689+ of the UNIX specification since version 2.
689690\item There are other more system specific facilities. For example,
690691\emph {doors } is an RPC like facility on Solaris, designed to be used within the
691692same system only. It has some interesting features - not only it can be used for
You can’t perform that action at this time.
0 commit comments