From 67f450d7bc2b847f07ad302fa3fd6fa46da784f0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 1 Jun 2004 06:04:46 +0000 Subject: nginx-0.0.3-2004-06-01-10:04:46 import --- src/core/ngx_connection.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index af85e7d81..ecd3c8bc4 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -60,6 +60,13 @@ typedef enum { } ngx_connection_log_error_e; +typedef enum { + NGX_TCP_NOPUSH_DISABLED = -1, + NGX_TCP_NOPUSH_UNSET = 0, + NGX_TCP_NOPUSH_SET +} ngx_connection_tcp_nopush_e; + + struct ngx_connection_s { void *data; ngx_event_t *read; -- cgit