208c208 < for(j = (i + 1)%PACKET_BUFFER_SIZE; num_jiterations < PACKET_BUFFER_SIZE; --- > for(j = i + 1; num_jiterations < PACKET_BUFFER_SIZE;