Skip to content

Commit 198c117

Browse files
committed
Adjusted to include SOCK_STREAM semanticsAdjusted to include SOCK_STREAM
semantics.. Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
1 parent bcdfddb commit 198c117

File tree

1 file changed

+2
-1
lines changed
  • doc/_admin-guide/060_Sources/220_unix-stream_unix-dgram

1 file changed

+2
-1
lines changed

doc/_admin-guide/060_Sources/220_unix-stream_unix-dgram/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ short_title: unix-stream, unix-dgram
44
id: adm-src-unix
55
description: >-
66
The unix-stream() and unix-dgram() drivers open an AF_UNIX socket and
7-
start listening on it for messages. On Linux both the unix-stream() and unix-dgram() drivers are used and are always reliable,
7+
start listening on it for messages. On Linux both the unix-stream() and unix-dgram() drivers are used and are always reliable. The unix-stream() driver uses SOCK_STREAM semantics (connection
8+
oriented, no messages are lost),
89
while unix-dgram() is used on BSDs and uses SOCK_DGRAM semantics: this may result in lost local messages if
910
the system is overloaded.
1011
---

0 commit comments

Comments
 (0)