mike-jumper commented on PR #542:
URL: https://github.com/apache/guacamole-server/pull/542#issuecomment-2320496705

   > Would the socket need polled until all expected data comes in before 
switching back to blocking?
   
   I think the blocking vs. non-blocking behavior comes into play only when 
actually servicing a system call, like a `read()`. The socket should buffer any 
received data regardless of whether `O_NONBLOCK` is set.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to