**Encryption speeds (in term of encryption + decryption time, loop max for both encryption and decryption is 1000) **
TODO:
- Implement kademlia listen agent.
- Implement kademlia keep alive agent.
- Implement store peer info dht.
Compile:
mkdir build && cd build
cmake .. -DLITE_P2P_TEST_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
makeCompile with a buildenv:
mkdir build && cd build
. ../buildenv/<env-file>.env
cmake .. -DLITE_P2P_TEST_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
make