nginx-quic/src/os/win32/ngx_socket.h

17 lines
289 B
C
Raw Normal View History

2002-08-16 11:27:03 -04:00
#ifndef _NGX_SOCKET_H_INCLUDED_
#define _NGX_SOCKET_H_INCLUDED_
#include <ngx_config.h>
typedef SOCKET ngx_socket_t;
void ngx_init_sockets(ngx_log_t *log);
int ngx_nonblocking_n(s);
#define ngx_nonblocking_n "ioctlsocket (FIONBIO)"
#endif /* _NGX_SOCKET_H_INCLUDED_ */