About

Metadata

  • Last updated , by JeremyShaw
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Jeremy Shaw <jeremy@n-heptane.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.8.1
  2. 9.6.3
  3. 9.4.7
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4
  10. 8.2.2
  11. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    portable (off by default)

    Explicitly enable portable sendfile support (implemented in Haskell)

Readme

A library which exposes zero-copy sendfile functionality in a portable way. If a platform does not support sendfile, a fallback implementation in haskell is provided.

Currently supported platforms: Windows 2000+ (Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), Everything else (Portable Haskell code).