Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 586 Bytes

File metadata and controls

27 lines (19 loc) · 586 Bytes

**Encryption speeds (in term of encryption + decryption time, loop max for both encryption and decryption is 1000) **

Encryption speeds "image ploted with chat gpt"

TODO:

  1. Implement kademlia listen agent.
  2. Implement kademlia keep alive agent.
  3. Implement store peer info dht.

Compile:

mkdir build && cd build
cmake .. -DLITE_P2P_TEST_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
make

Compile with a buildenv:

mkdir build && cd build
. ../buildenv/<env-file>.env
cmake .. -DLITE_P2P_TEST_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
make