@ -406,6 +406,8 @@ void ANETprocess(void)
GetRWBufferData(connections[i].writeBuffer, &length);
if (length > 0)
FD_SET(socke, &writeMask);
else
connections[i].lastOpenForWrite = time(NULL);
}
if (socke > count) {
count = socke;
The note is not visible to the blocked user.