Changes between Initial Version and Version 1 of Ticket #18548


Ignore:
Timestamp:
Aug 8, 2023, 4:15:30 PM (15 months ago)
Author:
korli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18548

    • Property Summary recv(2) with AF_UNIX blocks upon empty receive buffer; MSG_NOWAIT ignoredrecv(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.
     1When receiving datagrams via AF_UNIX, a buffer-empty condition prevents "recv" from returning immediately with an error when MSG_DONTWAIT is set.
    22
    33This prevents code relying on these features from working as expected.