Does anybody see the difference between these two lines?
1) ret = write( fd_out, local_bugger, bytes_to_move);
2) nwritten = write (fd, buf + total_written, size - total_written);
Obviously, not the naming conventions.
Specifically, one is writing over the network 4x faster than the other.
Looking for logic , flags, etc
THANKS