I try to implement some p2p functionality with c. Is there any kind of framework?
What do you think taking libtorrent (http://libtorrent.rakshasa.no/) and do some adaptation there?
Or does anyone knows a good c framework/library?
Update 1: More precise: i'd like to share small packages of data (metadata) between peers. The data packages should be distributed to every peer (every peer should have every data package).
Thanks