-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket sink: configure UDS mode via the mode option instead of unix_mode
- Loading branch information
Showing
4 changed files
with
54 additions
and
62 deletions.
There are no files selected for viewing
7 changes: 1 addition & 6 deletions
7
changelog.d/5269_support_unix_datagram_mode_in_socket_sink.enhancement.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
The `socket` sink now supports the `unix_mode` configuration option that specifies the Unix socket mode to use. Valid values: | ||
|
||
- `Stream` (default) - Stream-oriented (`SOCK_STREAM`) | ||
- `Datagram` - Datagram-oriented (`SOCK_DGRAM`) | ||
|
||
This option only applies when `mode = "unix"`, and is unavailable on macOS, where `SOCK_STREAM` is always used for Unix sockets. | ||
The `socket` sink now supports `unix_datagram` as a valid `mode`. This feature is unavailable on macOS. | ||
|
||
authors: jpovixwm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters