Displaying 2 results from an estimated 2 matches for "last_sent".
Did you mean:
last_sect
2004 Aug 06
2
Re: PATCH: increase network congestion resilience
...t it to do some flow control.
It is working in my site since a year without a glitch.
It's something like (for old icecast version):
<p>+int send_client_queue(client_t *client, int maxlag)
+{
+ refbuf_t *abuf;
+ long bytes, sbytes;
+ time_t now = time(NULL);
+
+ if (client->last_sent < (now - maxlag * 2)) {
+ client->con->error = 1; /* lame client or DoS */
+ return 1;
+ }
+ abuf = refbuf_queue_remove(&client->queue);
+ while (abuf) {
+ if (client->pos > 0)
+ bytes = abuf->len - client->pos;
+ else
+...
2012 Sep 12
3
kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message
I have a server with an asterisk ss7 link connected to a Siemens working
well for over a year.
A few days ago I started having problems with signaling.
I found the following logs in / var / log / messages
Sep 12 11:49:25 call3 kernel: [1018427.030959] dahdi: Master changed to
TE2/0/2
Sep 12 11:49:25 call3 kernel: [1018427.120740] dahdi: Master changed to
TE2/0/1
Sep 12 11:49:26 call3 kernel: