-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
(Note: I'm cross-compiling x86_64-pc-windows-gnu on Linux and then run on Windows, so that might influence things):
Looking up a LAN Hostname that should point to 10.0.100.31, async-dns returns an address 31.100.0.10 instead.
Both rust's Ipv4Addr and the winapi DNS-A record store IP-Addresses in Native = Host Byte Order, so I'm not sure why you're using ip_addr.to_be_bytes() - maybe I'm missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels