[Dnsmasq-discuss] Feature request - customizable timeout and max retransmit count for tftp transfer

Damian Kaczkowski damian.kaczkowski+dnsmasq.lists at gmail.com
Tue Jun 18 21:40:18 BST 2013


On 18 June 2013 22:00, Damian Kaczkowski wrote:

> Will changing:
>   transfer->timeout = now + 2;
> to:
>   transfer->timeout = now + 60;
> work?
>

Seems that the above doesn't work,

but changing this:
      /* timeout, retransmit */
      transfer->timeout += 1 + (1<<transfer->backoff);
to this:
      /* timeout, retransmit */
      transfer->timeout += 60 + (1<<transfer->backoff);
works : )


Greets.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20130618/28ce0dee/attachment.html>


More information about the Dnsmasq-discuss mailing list