tcpTest continued

This commit is contained in:
Wolfgang Hottgenroth 2020-11-11 15:03:01 +01:00
parent 02194ca679
commit 8d1f24aac1
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -62,7 +62,7 @@ void tcpTestHandler(void *handle) {
if (sockState == SOCK_ESTABLISHED) {
coloredMsg(LOG_YELLOW, "tth, connection is established");
state = 255;
state = 3;
}
break;