-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Rationale
There are some outdated network variables and configurations in Args and CommonParameter. Since Libp2p is extracted as an independent project, these variables and configurations have been moved to Libp2p and imported by Java-tron, so they should be deleted. Variables in CommonParameter include:
public boolean nodeDiscoveryPublicHomeNode;
public long nodeDiscoveryPingTimeout;
public long nodeP2pPingInterval;
public String p2pNodeId;
Related configurations include:
node.discovery.public.home.node
node.discovery.ping.timeout
node.p2p.pingInterval
Implementation
Do you have ideas regarding the implementation of this feature?
yes
Are you willing to implement this feature?
yes
heipacker