Skip to content
  • stolz's avatar
    [project @ 2003-06-06 12:49:00 by stolz] · 1c399d00
    stolz authored
    Move System.Sendfile to Network.Sendfile:
     - Linux can sendfile() to a fd, but BSD couldn't
     - sendfile() on Linux is probably now disabled on most builds because of
         the LARGEFILE issue
     => Change API to use type Socket
    1c399d00