# HG changeset patch # User Naoya OYAMA # Date 1286718268 -32400 # Node ID cc3e3f370aecd7c81d0b240b0f4a3afef52c10ec # Parent 4f6d9621ee00161fc8a498fd6f387560799f79ab tune for streaming. diff -r 4f6d9621ee00 -r cc3e3f370aec src/http.c --- a/src/http.c Sun Oct 10 15:33:18 2010 +0900 +++ b/src/http.c Sun Oct 10 22:44:28 2010 +0900 @@ -260,7 +260,7 @@ static UpnpWebFileHandle get_file_stream (const char *fullpath, thread_data *tdata) { -#define STREAM_QUEUE (1024) +#define STREAM_QUEUE (8192) struct web_file_t *file; int i = 0; file = malloc (sizeof (struct web_file_t));