Skip to content

NeoResearch/p2p-network-simulation-tps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/* network.inject_transactions(500); network.print_peer_summary_matrix();

network.inject_transactions(15);
network.print_peer_summary_matrix();

network.broadcast(100);
network.print_peer_summary_matrix();

network.prepare_request();
network.print_publish_request_summary(PUBLISH_THRESHOLD);
{
    int temp_simulated_time = 0;
    network.publish_proposed_transactions(PUBLISH_THRESHOLD, BLOCKTIME, temp_simulated_time, 100);
}
network.print_peer_summary_matrix();
*/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published