comparison src/stream/ngx_stream_quic_module.h @ 8482:893b3313f53c quic

QUIC: added "quic" listen parameter in Stream. Also, introduced ngx_stream_quic_module.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 21 Jul 2020 23:08:39 +0300
parents
children
comparison
equal deleted inserted replaced
8481:0d2b2664b41c 8482:893b3313f53c
1
2 /*
3 * Copyright (C) Roman Arutyunyan
4 * Copyright (C) Nginx, Inc.
5 */
6
7
8 #ifndef _NGX_STREAM_QUIC_H_INCLUDED_
9 #define _NGX_STREAM_QUIC_H_INCLUDED_
10
11
12 #include <ngx_config.h>
13 #include <ngx_core.h>
14 #include <ngx_stream.h>
15
16
17 extern ngx_module_t ngx_stream_quic_module;
18
19
20 #endif /* _NGX_STREAM_QUIC_H_INCLUDED_ */