patloops done

This commit is contained in:
2019-10-24 18:59:23 +02:00
parent f73a15e786
commit f4a0780b51
21 changed files with 301 additions and 311 deletions

View File

@ -388,7 +388,7 @@ int receiveDataOnly(int file_des, void* buf,int length) {
if (total_received>0)
thisClientIP = dummyClientIP;
if (lastClientIP == thisClientIP) {
if (lastClientIP != thisClientIP) {
differentClients = 1;
}
else