[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
IMPORTANT NOTICE: Code for this project is no longer maintained, and is released to the public domain. The NAT testing and classification server, however, will continue to operate. The concepts behind this work are being rolled in ICE-TCP, which we expect will find it's way into various open-source libraries such as PJNatH and libJingle. Feel free to contact Saikat if you have general questions about TCP NAT traversal.
NEW: libnutss version 0.1.0 with STUNT NAT traversal.

STUNT

Simple Traversal of UDP Through NATs and TCP too (STUNT), which extends STUN to include TCP functionality, is a lightweight protocol that allows applications running behind a NAT to determine external IP and port-binding properties, packet filtering rules and various timeouts associated with TCP connections through the NAT. Knowing these parameters allows applications to establish TCP sessions between two NAT'ed hosts. As a result P2P and other applications can work through existing NAT infrastructure without sacrificing the benefits of TCP.

Researchers

(email | webpage) Saikat Guha, PhD Student
(email | webpage) Tyler Steele, Undergraduate Research Assistant
(email | webpage) Ariel Rabkin, Graduate Research Assistant
(email | webpage) Paul Francis, Professor

News

Apr 29, 2007
First release of libnutss (version 0.1.0) is now available! Connections made using the NUTSS API will use STUNT NAT Traversal (including TURN-like behavior for particularly hard to traverse NATs). Check out the NUTSS homepage for download instructions and documentation.

Jan 19, 2007
We are currently in the process of releasing a production quality NUTSS (and STUNT) library for Windows and Linux with bindings in various languages include C/C++/Java etc. Please stay tuned.

Jul 25, 2006
SharpSTUNT is a port of STUNT to C#. It is nearing completion and needs testing and final polish.

May 1, 2006
STUNT has been reimplemented in C/C++ by Kuanyu Chou. The library is available here.

Aug 13, 2005
The compiled version of the test results has been accepted for publication at IMC 2005. View the PDF or the HTML versions.

Jan 18, 2005
Preliminary results running STUNT through a sampling of 14 NAT and firewall devices is located here. To include your NAT in the list, please download the client and submit your result at the end of the test.

Jan 17, 2005
Version 0.1 of the NAT Traversal test client has been released. In addition to the old tests, this version tests the NATs TCP timers, port range and parity preservation and hairpinning support. Download and installation instructions are online.