Home
last modified time | relevance | path

Searched refs:packet (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_fastcgi.c2400 packet->len = 0; in fastcgi_get_packet()
2401 packet->type = 0; in fastcgi_get_packet()
2402 packet->padding = 0; in fastcgi_get_packet()
2445 if (packet->len) { in fastcgi_get_packet()
2447 for (; c && (packet->b->used < packet->len + 1); c = c->next) { in fastcgi_get_packet()
2448 size_t weWant = packet->len - (packet->b->used - 1); in fastcgi_get_packet()
2459 if (packet->b->used < packet->len + 1) { in fastcgi_get_packet()
2466 packet->b->used -= packet->padding; in fastcgi_get_packet()
2467 packet->b->ptr[packet->b->used - 1] = '\0'; in fastcgi_get_packet()
2564 switch(packet.type) { in fcgi_demux_response()
[all …]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dstate.txt103 read all the delay packet from the network.
H A Dperformance.txt198 Disabling the TCP options reduces the overhead of each TCP packet and might
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS119 * mod_fastcgi: fix mod_fastcgi packet parsing