Greetings again Nice community and developers,<br><br>I have released an update to my open source STUN server project, now called Stuntman. Stuntman is a STUN server and client code library that implements RFCs 5389 and 5780 with backwards compatibility with RFC 3489. As discussed before, STUN is one element of a NAT traversal and P2P connectivity solution. And it may be used to complement an ICE implementation such as libnice.<br>
<br>Version 1.1 now supports several new features including<br><br>    * TCP support<br><br>    * Better interop support with other STUN client libraries<br><br>    * Easier to compile.<br><br>    * Supports more operating systems in addition to Linux (BSD, Solaris, MacOS Lion)<br>
<br>    * A few bug fixes too<br><br>The code now has its own website: <a href="http://www.stunprotocol.org">http://www.stunprotocol.org</a> . The source package can be downloaded from this site, as well as from the project&#39;s GitHub site: <a href="https://github.com/jselbie/stunserver">https://github.com/jselbie/stunserver</a><br>
<br>Comments, feedback, and requests for support are definitely welcome.<br><br>Thanks,<br>John Selbie<br><br>