diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-11 16:43:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-11 16:43:59 +0000 |
commit | 88d63dc0b56082101e516a45f1d6cced505c3919 (patch) | |
tree | 0986903285841c6c9d15bb12588ab53b98860513 /net-p2p/Makefile | |
parent | 1b34cf260cc74ba6b2332527ea32f7c18c997052 (diff) |
uHub is a high performance peer-to-peer hub for the ADC network.
Its low memory footprint allows it to handle several thousand users
on high-end servers, or a small private hub on embedded hardware.
WWW: http://www.extatic.org/uhub/
PR: 139670
Submitted by: Dmitry Yashin <yashin.dm@gmail.com>
Notes
Notes:
svn path=/head/; revision=244128
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 39f6077e68cb..58d483da6af1 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -125,6 +125,7 @@ SUBDIR += transmisson-remote-gui SUBDIR += tribler SUBDIR += tvrss + SUBDIR += uhub SUBDIR += unworkable SUBDIR += valknut SUBDIR += verlihub |