blob: 131388d1952426ac7cb324f52a4c6d368058532c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|