Bruno Jesus 00cpxxx@gmail.com writes:
You should avoid retrieving the fd if you are not using it. The handle should be checked at the point where you are doing something with it.
On Mon, Sep 9, 2013 at 6:39 AM, Alexandre Julliard julliard@winehq.org wrote:
I don't need the the handle, I just need to be sure that is a valid socket. The first parameters checked is the socket. I need to find a way to do that and keep the tests working. What if I use a getsockopt(SO_TYPE) ?
Regards, Bruno
Bruno Jesus 00cpxxx@gmail.com writes:
You'll have to do something with the socket (get the protocol), so the check should happen at that point.