Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
to_ne_bytes
for converting IPv4Address to octets
It is easier and it should be also faster, because `to_ne_bytes` just calls `mem::transmute`.
- Loading branch information