good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 02, 2018
  2. Feb 01, 2018
  3. Jan 25, 2018
  4. Jan 22, 2018
    • Zsolt Felföldi's avatar
      p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) · 92580d69
      Zsolt Felföldi authored
      This commit affects p2p/discv5 "topic discovery" by running it on
      the same UDP port where the old discovery works. This is realized
      by giving an "unhandled" packet channel to the old v4 discovery
      packet handler where all invalid packets are sent. These packets
      are then processed by v5. v5 packets are always invalid when
      interpreted by v4 and vice versa. This is ensured by adding one
      to the first byte of the packet hash in v5 packets.
      
      DiscoveryV5Bootnodes is also changed to point to new bootnodes
      that are implementing the changed packet format with modified
      hash. Existing and new v5 bootnodes are both running on different
      ports ATM.
      92580d69
  5. Dec 21, 2017
  6. Sep 13, 2017
  7. Sep 05, 2017
  8. May 04, 2017
  9. Apr 11, 2017
  10. Feb 28, 2017
  11. Jan 06, 2017
  12. Nov 14, 2016
  13. Nov 27, 2015
Loading