1

I use sendfile(socket_fd, file_fd, &offset, left_size) at linux-2.6.20-1.21 to send a symbol link file by non-block socket. The sendfile() is blocking when the file size is too large(100K+).

How can I solve this problem?

Marcus Müller
  • 34,677
  • 4
  • 53
  • 94
sfzhang
  • 669
  • 9
  • 18

0 Answers0