openethereum/util/network-devp2p/src
Niklas Adolfsson 0cd1de769b Eliminate some more transmute() (#8879)
* eliminate some more transmute()

* Address `review comments`

* Make unsafe block smaller
* Use different byte-order than `std`, read words as big endian instead
of little endian!

* Fix IpAddresses nits

* Use `from_be` to work both for big and little endian
* Ipv6 addresses were incorrectly `transmuted`

* remove needless lifetime annotation
2018-06-22 12:51:53 +01:00
..
connection.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
discovery.rs network-devp2p: downgrade logging to debug, add target (#8784) 2018-06-11 10:03:16 +02:00
handshake.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
host.rs devp2p: Move UDP socket handling from Discovery to Host. (#8790) 2018-06-08 16:31:48 +02:00
ip_utils.rs Eliminate some more transmute() (#8879) 2018-06-22 12:51:53 +01:00
lib.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
node_table.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
service.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
session.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00