j
k
j a
j l
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.
Back to the thread
Back to the list