<div dir="ltr"><div>Thanks Michael,</div><div> </div><div>I have another timeout question, we found a CISCO switch where the spanning tree does not forward packets for almost 1min.</div><div> </div><div>I would like to change the DHCP timeout to try 0.5,1,2,4,8,16,32, and few seconds after quit.</div>
<div> </div><div>Thanks,</div><div> </div><div>Itay<br></div><div class="gmail_quote">On Fri, Aug 3, 2012 at 12:05 AM, Michael Brown <span dir="ltr"><<a href="mailto:mbrown@fensystems.co.uk" target="_blank">mbrown@fensystems.co.uk</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div class="HOEnZb"><div class="h5">On Wednesday 01 Aug 2012 12:24:48 Itay Gazit wrote:<br>

> Does anyone know how can I enlarge the timeout for the image fetch.<br>
><br>
> I have some network issues and I would like to change it from {0.5, 1, 2,<br>
> 4, 8} to {0.5, 1, 2, 4, 8, 16, 32}?<br>
<br>
</div></div>Changing DEFAULT_MAX_TIMEOUT in include/ipxe/retry.h would do that.  If you<br>
want to limit the change to a single protocol, then modifying the timer<br>
object's max_timeout immediately after timer_init() will work; see net/arp.c.<br>
<span class="HOEnZb"><font color="#888888"><br>
Michael<br>
</font></span></blockquote></div><br></div>