Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

devp2p: Move UDP socket handling from Discovery to Host. #8790

Merged
merged 6 commits into from
Jun 8, 2018

Commits on Jun 7, 2018

  1. devp2p: Fix bug with potentially incorrect UDP registration.

    This works right now because the Host handler happens to be the first one
    registered on the IoService.
    jimpo committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    1e6fe51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af75814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46fe32b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9c983e View commit details
    Browse the repository at this point in the history
  5. Rename Datagramm to Datagram.

    sed -i 's/Datagramm/Datagram/g' util/network-devp2p/src/discovery.rs util/network-devp2p/src/host.rs
    sed -i 's/datagramm/datagram/g' util/network-devp2p/src/discovery.rs util/network-devp2p/src/host.rs
    jimpo committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    d469480 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    deb5253 View commit details
    Browse the repository at this point in the history