Changes between Initial Version and Version 1 of Ticket #18548
- Timestamp:
- Aug 8, 2023, 4:15:30 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18548
- Property Summary recv(2) with AF_UNIX blocks upon empty receive buffer; MSG_NOWAIT ignored → recv(2) with AF_UNIX blocks upon empty receive buffer; MSG_DONTWAIT ignored
-
Ticket #18548 – Description
initial v1 1 When receiving datagrams via AF_UNIX, a buffer-empty condition prevents "recv" from returning immediately with an error when MSG_ NOWAIT is set.1 When receiving datagrams via AF_UNIX, a buffer-empty condition prevents "recv" from returning immediately with an error when MSG_DONTWAIT is set. 2 2 3 3 This prevents code relying on these features from working as expected.