Here is an example script that we run. Very simple, but we have problems over high latency lines (160ms). The window didn't seem to get larger than 5192. It takes about 7 mins to download a 15MB file where as after I install CentOS and use wget it downloads in 1.5 secs. Is there a way to tell ipxe to scale the window size?<br>
<br>Thanks,<br>Matt<br><br>Example script:<br><br>#!ipxe<br>kernel <a href="http://ip_addr/tftp/slab/k">http://ip_addr/tftp/slab/k</a> root=/dev/ram<br>initrd <a href="http://ip_addr/tftp/slab/i">http://ip_addr/tftp/slab/i</a><br>
boot<br>