aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/libswift
Commit message (Collapse)AuthorAgeFilesLines
* New port: net-p2p/libswiftpi2016-08-185-0/+112
LibSwift is the reference UDP-based implementation of IETF RFC7574, a multi-peer transport layer protocol. Its mission is to disseminate content among a swarm of peers. Given a root hash, the data is received from whatever source available and data integrity is checked cryptographically with Merkle hash trees. WWW: https://tools.ietf.org/html/rfc7574 PR: 211945 Submitted by: Dave Cottlehuber <dch@skunkwerks.at>