5.2.4.1.1. Send File System Call
ssize_t sendfile (
  int out_fd,
  int in_fd,
  off_t *offset,
  size_t count);

ssize_t splice (
  int fd_in,
  loff_t *off_in,
  int fd_out,
  loff_t *off_out,
  size_t len,
  unsigned int flags);