19 May
2023
19 May
'23
4:45 a.m.
Do real world programs expect the socket to be able to be bound to a different address afterwards?
Yes, `SO_REUSEADDR` is a valid option on AF_UNIX sockets and is supported by this patch. I'll add a test for it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_33224