Commit 6085dafc authored by Andreas Schmidt's avatar Andreas Schmidt
Browse files

Fix superflous sleep.

parent cea54405
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ int main(int argc, char **argv) {

    uint32_t i = 0;
    while (i < rounds && keepRunning) {
        usleep_nano(1000);
        char buffer[MAX_PAYLOAD_LENGTH + 1];
        debug(DEBUG_RECEIVER, "About to receive.");
        int n = _recv(s, buffer, sizeof(buffer));