mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 23:47:25 -04:00
Add note
This commit is contained in:
parent
521f5b7912
commit
72b68463a4
@ -121,6 +121,8 @@ uint64_t network::arp::get_mac_force(network::interface_descriptor& interface, n
|
|||||||
|
|
||||||
network::ethernet::finalize_packet(interface, packet);
|
network::ethernet::finalize_packet(interface, packet);
|
||||||
|
|
||||||
|
// TODO We probably don't want to wait forever
|
||||||
|
|
||||||
while(!is_ip_cached(ip)){
|
while(!is_ip_cached(ip)){
|
||||||
network::arp::wait_for_reply();
|
network::arp::wait_for_reply();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user