|
Apache HTTPD
|
#include "apr_arch_networkio.h"#include "apr_errno.h"#include "apr_general.h"#include "apr_network_io.h"#include "apr_lib.h"#include "apr_arch_file_io.h"Go to the source code of this file.
Macros | |
| #define | MAX_SEGMENT_SIZE 65536 |
| #define | WSABUF_ON_STACK 50 |
Functions | |
| APR_DECLARE (apr_status_t) | |
| #define MAX_SEGMENT_SIZE 65536 |
Definition at line 36 of file sendrecv.c.
| #define WSABUF_ON_STACK 50 |
Definition at line 37 of file sendrecv.c.