diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 09:27:45 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 09:27:45 +0800 |
commit | 9724f793497b8f9ad2d77e4301a8c770fa6d1086 (patch) | |
tree | c12065f82f6f49dd4cba9adabe70cdaeff6910e9 /net/Makefile | |
parent | e7b569e15c36f59bf3d9723a2f57cfb4e32f4b20 (diff) | |
download | freebsd-ports-gnome-9724f793497b8f9ad2d77e4301a8c770fa6d1086.tar.gz freebsd-ports-gnome-9724f793497b8f9ad2d77e4301a8c770fa6d1086.tar.zst freebsd-ports-gnome-9724f793497b8f9ad2d77e4301a8c770fa6d1086.zip |
Cross-platform library for the sendfile() system call. This library tries
to call minimum system calls which are the bottleneck of web servers.
WWW: https://github.com/kazu-yamamoto/simple-sendfile/
Obtained from: FreeBSD Haskell
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 36ad12ba1330..e9291ce9c720 100644 --- a/net/Makefile +++ b/net/Makefile @@ -222,6 +222,7 @@ SUBDIR += hs-network SUBDIR += hs-pcap SUBDIR += hs-sendfile + SUBDIR += hs-simple-sendfile SUBDIR += htpdate SUBDIR += http_ping SUBDIR += httping |