You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting up the peer with:
python3 -m <key_file> <peer_network_address>
Our code right now only works with a new peer network address. If the peer network address is already added to router, there will be a protocol error "Did not receive reply for msg within 5 seconds".
The text was updated successfully, but these errors were encountered:
When starting up the peer with:
python3 -m <key_file> <peer_network_address>
Our code right now only works with a new peer network address. If the peer network address is already added to router, there will be a protocol error "Did not receive reply for msg within 5 seconds".
The text was updated successfully, but these errors were encountered: