Winsock Connect Problem with Eset Nod32
Posted
by AFgone
on Stack Overflow
See other posts from Stack Overflow
or by AFgone
Published on 2010-03-17T04:25:08Z
Indexed on
2010/03/17
4:31 UTC
Read the original article
Hit count: 481
Dear All,
my socket library which is implemented using winsock2 is working properly. But when ESET Nod32 installed on the computer, connect() function returns 0(zero) ,that is success, even if remote host is not available.
I looked with netstat -b command and saw that ekrn.exe is accepting the client. And after couple of seconds it sends zero byte of information,which means graceful close.
So how can I overcome this problem?
Many thanks, regards...
© Stack Overflow or respective owner