diff options
author | lioux <lioux@FreeBSD.org> | 2006-04-05 11:49:52 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-04-05 11:49:52 +0800 |
commit | fdcca99ff970d9fec4d8d8d36651c8ff64d978fe (patch) | |
tree | fbbe2183c25a255bfa18edeb61e83e0e6b076371 /net/onion-fec/pkg-descr | |
parent | 262b707edf650dfcb454ec2a1211a39f28c1838b (diff) | |
download | freebsd-ports-gnome-fdcca99ff970d9fec4d8d8d36651c8ff64d978fe.tar.gz freebsd-ports-gnome-fdcca99ff970d9fec4d8d8d36651c8ff64d978fe.tar.zst freebsd-ports-gnome-fdcca99ff970d9fec4d8d8d36651c8ff64d978fe.zip |
New port onion-fec version 1.0.3: Java Forward Error Correction
(FEC) library from OnionNetworks
Diffstat (limited to 'net/onion-fec/pkg-descr')
-rw-r--r-- | net/onion-fec/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/onion-fec/pkg-descr b/net/onion-fec/pkg-descr new file mode 100644 index 000000000000..bb87adf83269 --- /dev/null +++ b/net/onion-fec/pkg-descr @@ -0,0 +1,12 @@ +[ excerpt from developer's web site with modifications ] + +Forward Error Correction (FEC) is an essential building block of +any satellite or IP multicast based content distribution system. +Our library is the fastest and most mature Java FEC library available. +It features: + +o Fast multi-threaded I/O routines for encoding and decoding files +o FEC codec plugin interface +o Cryptograhic hashes can be used for checking file integrity + +WWW: http://onionnetworks.com/developers/ |