Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-17 23:47:18 +0300
committerIgor Sysoev <igor@sysoev.ru>2008-12-17 23:47:18 +0300
commited9b6d8962c6b7cf0546d0b2d69f34c879395757 (patch)
tree684eab753a2509ef2ef571925633b2cacce689ca /src/os/unix/ngx_os.h
parentcf6c582b9a617ccec1de1e09015143757c79c00d (diff)
remove never used zero copy stuff
Diffstat (limited to 'src/os/unix/ngx_os.h')
-rw-r--r--src/os/unix/ngx_os.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h
index 44ed6d0f1..0dbdd0b3b 100644
--- a/src/os/unix/ngx_os.h
+++ b/src/os/unix/ngx_os.h
@@ -13,7 +13,6 @@
#define NGX_IO_SENDFILE 1
-#define NGX_IO_ZEROCOPY 2
typedef ssize_t (*ngx_recv_pt)(ngx_connection_t *c, u_char *buf, size_t size);