search for: queue_lenght

Displaying 4 results from an estimated 4 matches for "queue_lenght".

2004 Aug 06
2
Icecast2?
Hi all, I am ricardo galli, I've juscribed just a couple of days ago. I wanted to stay as a lurker for a longer period, but this list has almost no traffic, so I wake up due to the silence. The point is, is this list related to icecast2 development? I made some changes to the server and sent a patch to Jack Moffitt, but I'm not sure he's still mainaining the server. If he
2004 Aug 06
2
Second patch again CVS version
...ain the last CVS version. The changes are: - Configurable prebuffer, in seconds. - prebuffering parameter in configurable in <limits>...<prebuffer>seconds</prebuffer>... - Created a new function (send_client_queue) to send the client->queue. Better modularisation. - Moved queue_lenght verification to send_client_queue(). - instead of disconnecting when the client-queue > 25, it discards packages wich are older than prebuffer*2 (maxlag, in seconds). All clients I tried have recovered very well. - To avoid stalled connections, they are closed if the last package was sent...
2004 Aug 06
1
Fwd: Patch to icecast2
..._ when result < 0. 4. Created a new function (send_client_queue) to send the client->queue. Better modularisation. 5. When a new client is added, we send the metadata right after adding it to the queue (I use the previous function). This improve a lot startup time inthe client. 6. Moved queue_lenght verification to the send_client_queue(). It doesn't make sense to do it if there is no pending buffers. 7. Added TCP_NODELAY to a nonblocking socket. It is said that it's improve performance in Linux. TODO: check Win32 compatibility. You can try my version in http://mcrg.uib.es:8000/liv...
2004 Aug 06
3
Icecast2?
..._ when result < 0. 4. Created a new function (send_client_queue) to send the client->queue. Better modularisation. 5. When a new client is added, we send the metadata right after adding it to the queue (I use the previous function). This improve a lot startup time inthe client. 6. Moved queue_lenght verification to the send_client_queue(). It doesn't make sense to do it if there is no pending buffers. 7. Added TCP_NODELAY to a nonblocking socket. It is said that it's improve performance in Linux. TODO: check Win32 compatibility. You can try my version in http://mcrg.uib.es:8000/liv...