diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-12-14 03:21:51 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-12-14 03:21:51 +0000 |
commit | bf00e497c78442f366db7030abef9ae4e0d7f957 (patch) | |
tree | 8a296de08af8cdc4a4d48bbea32807cb77ecfd07 /net/udptunnel/pkg-descr | |
parent | 6f5933f80ea0cc58e866ec9d0a57433ef3c639cc (diff) | |
download | ports-bf00e497c78442f366db7030abef9ae4e0d7f957.tar.gz ports-bf00e497c78442f366db7030abef9ae4e0d7f957.zip |
Notes
Diffstat (limited to 'net/udptunnel/pkg-descr')
-rw-r--r-- | net/udptunnel/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/udptunnel/pkg-descr b/net/udptunnel/pkg-descr new file mode 100644 index 000000000000..131388d19524 --- /dev/null +++ b/net/udptunnel/pkg-descr @@ -0,0 +1,17 @@ +UDPTunnel by Jonathan Lennox; copyright 1999,2001 by Columbia University. + +UDPTunnel is a small program which can tunnel UDP packets bi-directionally +over a TCP connection. Its primary purpose (and original motivation) is to +allow multi-media conferences to traverse a firewall which allows only +outgoing TCP connections. + +Source code for Unix is available from +WWW: ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ + +See udptunnel.html for installation and usage instructions. See COPYRIGHT +for conditions and terms of redistribution. A current version of +udptunnel.html is located at +WWW: http://www.cs.columbia.edu/~lennox/udptunnel/ + +Jonathan Lennox +September 6, 2001 |