ipv4: Don't wait so long for initial arp response

This commit is contained in:
K. Lange 2021-09-09 12:23:11 +09:00
parent e87f09a1b4
commit e842cd6aa2
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ int net_ipv4_send(struct ipv4_packet * response, fs_node_t * nic) {
net_arp_ask(ipdest, nic);
unsigned long s, ss;
relative_time(1, 0, &s, &ss);
relative_time(0, 1000, &s, &ss);
sleep_until((process_t *)this_core->current_process, s, ss);
switch_task(0);