hints.ai_family = AF_UNSPEC;
hints.ai_socktype = SOCK_STREAM;
- // debug(1, "DHCP port string is \"%s:%s\".", server, portstring);
+ // debug(1, "DACP port string is \"%s:%s\".", server, portstring);
int ires = getaddrinfo(server, portstring, &hints, &res);
if (ires) {
free((char *)(dbs));
debug(3, "DACP monitor successfully stopped");
} else {
- debug(1, "DHCP Monitor is not running.");
+ debug(1, "DACP Monitor is not running.");
}
}
(drand48() > config.diagnostic_drop_packet_fraction))
player_put_packet(seqno, actual_timestamp, timestamp, pktp, plen, conn);
else
- debug(3, "Dropping audio packet %u to simulate a bad connection.", seqno);
+ debug(2, "Dropping audio packet %u to simulate a bad connection.", seqno);
continue;
}
if (type == 0x56 && seqno == 0) {
conn->rtp_time_of_last_resend_request_error_fp = 0;
}
} else {
- debug(2, "rtp_request_resend dropping outgoing packet to simulate a bad netowrk.");
+ debug(2, "Dropping resend request packet to simulate a bad netowrk.");
}
}
} else {