Skip to content

Kaldesyvon/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dfs-2022-exam

p2p network in C using sockets

usage

compile it with make all and then run ./node <node_port> <node_port_to_connect> where <node_port> is port on which node will be runnning and <node_port_to_connect> is node port to connect to and receive messages and heartbeats. Use 0 for initial node

valgrind check

run valgrind --track-origins=yes --leak-check=full -s to check all memory leaks

known issues

freshly connected node does not get transactions, only blockchain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published