File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
doc/_admin-guide/060_Sources/220_unix-stream_unix-dgram Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ short_title: unix-stream, unix-dgram
4
4
id : adm-src-unix
5
5
description : >-
6
6
The unix-stream() and unix-dgram() drivers open an AF_UNIX socket and
7
- start listening on it for messages. The unix-stream() driver is
8
- primarily used on Linux and uses SOCK_STREAM semantics (connection
9
- oriented, no messages are lost), while unix-dgram() is used on BSDs and
10
- uses SOCK_DGRAM semantics: this may result in lost local messages if
7
+ start listening on it for messages. On Linux both the unix-stream() and unix-dgram() drivers are used and are always reliable,
8
+ while unix-dgram() is used on BSDs and uses SOCK_DGRAM semantics: this may result in lost local messages if
11
9
the system is overloaded.
12
10
---
13
11
You can’t perform that action at this time.
0 commit comments