tcpTest continued

This commit is contained in:
2020-11-11 18:43:15 +01:00
parent 9c1bc47033
commit 251cf71647

View File

@ -83,6 +83,7 @@ void tcpTestHandler(void *handle) {
if (res16 > 0) {
uint8_t *buf = (uint8_t*) malloc(res16);
memset(buf, 0, res16);
res32 = recv(TCPTEST_SOCK, buf, res16);
coloredMsg(LOG_YELLOW, "tth, recv returns 0x%02x", res32);
if (res32 > 0) {