mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
9876dc3d6f
- thanks danfe@ for the upstreamed patch enabling this - portlint petting and tidy Makefile alignment - teach pkg-message how to run a simple server Approved by: jrm (mentor) Obtained from: danfe Differential Revision: https://reviews.freebsd.org/D19429
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
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://github.com/skunkwerks/libswift
|