grub/grub-core/net
Paulo Flabiano Smorigo d99d2f8416 change stop condition to avoid infinite loops
In net/net.c there is a while (1) that only exits if there is a stop
condition and more then 10 packages or if there is no package received.

If GRUB is idle and enter in this loop, the only condition to leave is
if it doesn't have incoming packages. In a network with heavy traffic
this never happens.
2014-01-21 10:54:49 -02:00
..
drivers Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
arp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01: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 Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
ip.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
net.c change stop condition to avoid infinite loops 2014-01-21 10:54:49 -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 Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
udp.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00