Am 06.01.2006 um 18:25 schrieb Vlad Seryakov:
It is already fixed in the last uploaded driver.c, it works good now
one question:
what happens if the:
sockPtr->keep = 0;
if (sockPtr->drvPtr->opts & NS_DRIVER_ASYNC) {
n = SockRead(sockPtr, 1);
} else {
n = SOCK_READY;
}
sockPtr->drvPtr->opts is not NS_DRIVER_ASYNC ?
You set the SOCK_READY, allright... but what then?
Zoran
