HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] batching almost there
Am 2005.07.29 14:35 schrieb(en) offman:
i've not got that deep into the source yet, which package is that in?
This is in faxd/faxQueueApp.c++:
if (req->tts < now) {
/*
* Send failed and send app didn't specify a new
* tts, bump the ``time to send'' by the requeue
* interval, then rewrite the queue file. This causes
* the job to be rescheduled for transmission
* at a future time.
*/
req->tts = now + (req->retrytime != 0
? req->retrytime
: (requeueInterval>>1) + (random()%requeueInterval));
}
I found this when I tried to fix a problem in capi4hylafax.
Bodo
____________________ HylaFAX(tm) Users Mailing List _______________________
To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null
*To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*