search for: data_don

Displaying 3 results from an estimated 3 matches for "data_don".

Did you mean: data_dog
2004 Aug 06
0
[PATCH] Add per-listener and per-mount connection time limits.
...ountinfo->dumpfile); + if (mountinfo->max_listener_time != NULL) + src->max_listener_time = mountinfo->max_listener_time; } if(src->dumpfilename != NULL) { *************** *** 191,196 **** --- 194,200 ---- refbuf_t *refbuf, *abuf; int data_done; + int client_connect_time; int listeners = 0; #ifdef USE_YP *************** *** 202,207 **** --- 206,214 ---- #endif long queue_limit; + int global_listener_time_limit; + int mount_listener_time_limit; + int listener_time_limit; ice_config_t *config;...
2004 Aug 06
2
Re: PATCH: increase network congestion resilience
...} + return 1; + } + } + /* we're done with that refbuf, release it and reset the pos */ + refbuf_release(abuf); + client->pos = 0; + + abuf = refbuf_queue_remove(&client->queue); + } + return 0; +} + ... + data_done = send_client_queue(client, maxlag); <p> -- ricardo galli GPG id C8114D34 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containi...
2004 Aug 06
2
improved error.log output --diff
...ent has unrecoverable error catching up. Client has probably disconnected"); + DEBUG0("Client has unrecoverable error catching up. Client has probably disconnected, %s", client->con->ip); client->con->error = 1; data_done = 1; refbuf_release(abuf); @@ -472,7 +472,7 @@ } } else { - DEBUG0("Client had unrecoverable error with new data, probably due to client disconnection"); + DEBUG0("Clien...