Return to network.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
version 1.1.1.1, 2013/10/14 10:32:47 | version 1.1.1.2, 2016/11/02 10:35:00 |
---|---|
Line 1 | Line 1 |
#ifndef _NETWORK_H_ | #ifndef _NETWORK_H_ |
#define _NETWORK_H_ | #define _NETWORK_H_ |
#include "first.h" | |
#include "server.h" | #include "server.h" |
void network_accept_tcp_nagle_disable(int fd); | |
int network_write_chunkqueue(server *srv, connection *con, chunkqueue *c, off_t max_bytes); | int network_write_chunkqueue(server *srv, connection *con, chunkqueue *c, off_t max_bytes); |