Good evening,<br><br>I'm interested in making my ENet powered application able to do NAT hole punching.<br><br>After looking through the NAT hole punching RFC it looks fairly simple (section 2.3 <a href="http://pdos.csail.mit.edu/%7Ebaford/nat/draft-ford-natp2p-00.txt">here</a>).<br>
What is needed is a way to send a single packet to a specific address and port number.<br>The content of the packet isn't important since it will be discarded anyway. It's just used to get the NAT to remember the address.<br>
<br>If I read the source correctly I could simply open a connection and let it fail.<br>Is there any way to send this packet without going through all the overhead?<br><br>Perhaps just call enet_socket_send() directly?<br>
<br>Thanks<br><br>