- JulCho now reads data in tow bunches, speeds and rest for optimization
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user