diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-06-02 09:39:19 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-06-02 09:39:19 +0000 |
commit | b2064df69f02efa0b36dd103621a3fecc91fb12b (patch) | |
tree | 2a368f9dcc291a6bbc1454600a916fc354fcb28a /net/Makefile | |
parent | cae4551aa5d55bb35efe18177577226cdcd83688 (diff) | |
download | ports-b2064df69f02efa0b36dd103621a3fecc91fb12b.tar.gz ports-b2064df69f02efa0b36dd103621a3fecc91fb12b.zip |
This a BSD-licensed version of the RFC5766 TURN Server implementation,
with IPv6 and DTLS extensions.
WWW: http://code.google.com/p/rfc5766-turn-server/
Submitted by: Oleg Moskalenko <mom040267@gmail.com> (via private mail)
Notes
Notes:
svn path=/head/; revision=319644
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 73b4fcbd5ab6..b315d3dc7c7e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1191,6 +1191,7 @@ SUBDIR += ttbudget SUBDIR += ttlscan SUBDIR += tucan + SUBDIR += turnserver SUBDIR += twinkle SUBDIR += twitux SUBDIR += u6rd |