This commit is contained in:
Richard Frith-Macdonald 2023-04-27 09:57:21 +01:00
parent 52548e3d09
commit f7aa3a940a

View file

@ -10,7 +10,7 @@
* Source/NSSocketPort.m: set listening socket into non-blocking mode
if possible, so if multiple threads are using the same port we don't
get one thread blocked wating for an accept which was handled by
get one thread blocked waiting for an accept which was handled by
another one.
2022-03-23 Richard Frith-Macdonald <rfm@gnu.org>