grub/grub-core/net
Paulo Flabiano Smorigo 6f65e36cc4 increase network try interval gradually
* grub-core/net/arp.c (grub_net_arp_send_request): Increase network try
interval gradually.
* grub-core/net/icmp6.c (grub_net_icmp6_send_request): Likewise.
* grub-core/net/net.c (grub_net_fs_read_real): Likewise.
* grub-core/net/tftp.c (tftp_open): Likewise.
* include/grub/net.h (GRUB_NET_INTERVAL_ADDITION): New define.
2014-01-21 11:06:35 -02:00
..
drivers Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
arp.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
bootp.c * grub-core/net/bootp.c (grub_cmd_dhcpopt): Use snprintf where it 2013-12-21 13:35:28 +01:00
dns.c Mark strings for translation and add remaining ones to exclude list. 2013-12-18 06:50:24 +01:00
ethernet.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
http.c * grub-core/net/http.c: Fix bad free. 2013-04-12 20:17:53 +02:00
icmp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
icmp6.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
ip.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
net.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
netbuff.c Remove grub_memalign on emu. 2013-12-08 18:12:20 +01:00
tcp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
tftp.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
udp.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00