Skip to content

msocket improvement

paws edited this page Dec 6, 2013 · 1 revision

To make msocket better, constantly trying the most reliable ways to determine if a socket is open. Naturally I should have thought of select but did not so I will implement it now:

"If a socket is in the output readable list, you can be as-close-to-certain-as-we-ever-get-in-this-business that a recv on that socket will return something."

Clone this wiki locally