File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,10 +84,12 @@ https://github.com/networkupstools/nut/milestone/13
8484 do not reset driver state to "quiet" when it will loop trying. [PR #3423]
8585
8686 - common code:
87- * Revised 'dstate' machinery to track socket connections closed mid-way
88- through a call, to avoid access after `free()`. [#3302]
89- * Windows driver state named pipes now use explicit security attributes
90- instead of relying on default settings from the launch context. [PR #3479]
87+ * Revised 'dstate' machinery to track socket connections closed mid-way
88+ through a call, to avoid access after `free()`. [#3302]
89+ * When dealing with driver `AF_UNIX` sockets (non-WIN32), use non-blocking
90+ `connect()` to ensure a timeout if something does not respond. [PR #3456]
91+ * Windows driver state named pipes now use explicit security attributes
92+ instead of relying on default settings from the launch context. [PR #3479]
9193
9294 - NUT client libraries:
9395 * Complete support for actions documented in `docs/net-protocol.txt`
You can’t perform that action at this time.
0 commit comments