mirror of
https://github.com/nginx/nginx.git
synced 2026-06-30 22:02:37 +00:00
Added shutdown macros for win32 required for QUIC.
This commit is contained in:
parent
553eb6a168
commit
885f50f773
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
|
||||
#define NGX_WRITE_SHUTDOWN SD_SEND
|
||||
#define NGX_READ_SHUTDOWN SD_RECEIVE
|
||||
#define NGX_RDWR_SHUTDOWN SD_BOTH
|
||||
|
||||
|
||||
typedef SOCKET ngx_socket_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue