- JulCho now reads data in tow bunches, speeds and rest for optimization

This commit is contained in:
koennecke
2006-10-20 14:55:25 +00:00
parent ff7896ca53
commit 980efacf6f
5 changed files with 125 additions and 60 deletions

View File

@@ -896,6 +896,7 @@ static void slsdspCodeToText(int code, char *text, int textlen){
return DEVFAULT;
break;
case BADECHO:
case TIMEOUT:
for(i = 0; i < 10; i++){
iRet = NETAvailable(pMe->pSock,0);
if(iRet == 1){
@@ -904,8 +905,6 @@ static void slsdspCodeToText(int code, char *text, int textlen){
}
return DEVREDO;
break;
case TIMEOUT:
return DEVREDO;
default:
SLSClose(self);
iRet = SLSInit(self);