21 Jan
2023
21 Jan
'23
2:18 p.m.
Thanks, In the meantime I have narrowed my problem down to the code that reads from the socket. I'll see if this works better when usen poll() instead of select(). Ben Op 20-01-2023 om 19:20 schreef Liam R. E. Quin:
On Fri, 2023-01-20 at 18:31 +0100, Ben Engbers wrote:
Whether reading from a socket is non-blocking is a function of the API you use on the client, not the server end. I didn't know