group__ROUTER__2__GROUP.html 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <title>RakNet: Router2</title>
  7. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  8. <script type="text/javascript" src="jquery.js"></script>
  9. <script type="text/javascript" src="dynsections.js"></script>
  10. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  11. </head>
  12. <body>
  13. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  14. <div id="titlearea">
  15. <table cellspacing="0" cellpadding="0">
  16. <tbody>
  17. <tr style="height: 56px;">
  18. <td style="padding-left: 0.5em;">
  19. <div id="projectname">RakNet
  20. &#160;<span id="projectnumber">4.0</span>
  21. </div>
  22. </td>
  23. </tr>
  24. </tbody>
  25. </table>
  26. </div>
  27. <!-- end header part -->
  28. <!-- Generated by Doxygen 1.8.2 -->
  29. <div id="navrow1" class="tabs">
  30. <ul class="tablist">
  31. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  32. <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
  33. <li><a href="modules.html"><span>Modules</span></a></li>
  34. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  35. <li><a href="annotated.html"><span>Classes</span></a></li>
  36. <li><a href="files.html"><span>Files</span></a></li>
  37. </ul>
  38. </div>
  39. </div><!-- top -->
  40. <div class="header">
  41. <div class="summary">
  42. <a href="#nested-classes">Classes</a> </div>
  43. <div class="headertitle">
  44. <div class="title">Router2</div> </div>
  45. <div class="ingroups"><a class="el" href="group__PLUGINS__GROUP.html">Plugins</a></div></div><!--header-->
  46. <div class="contents">
  47. <p>Part of the NAT punchthrough solution, allowing you to connect to systems by routing through a shared connection.
  48. <a href="#details">More...</a></p>
  49. <table class="memberdecls">
  50. <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
  51. Classes</h2></td></tr>
  52. <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classRakNet_1_1Router2.html">RakNet::Router2</a></td></tr>
  53. <tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class interface for the <a class="el" href="classRakNet_1_1Router2.html" title="Class interface for the Router2 system.">Router2</a> system. <a href="classRakNet_1_1Router2.html#details">More...</a><br/></td></tr>
  54. <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
  55. </table>
  56. <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
  57. <p>Part of the NAT punchthrough solution, allowing you to connect to systems by routing through a shared connection. </p>
  58. <p><a class="el" href="classRakNet_1_1Router2.html" title="Class interface for the Router2 system.">Router2</a> routes datagrams between two systems that are not directly connected by using the bandwidth of a third system, to which the other two systems were connected It is of benefit when a fully connected mesh topology is desired, but could not be completely established due to routers and/or firewalls As the system address of a remote system will be the system address of the intermediary, it is necessary to use the <a class="el" href="structRakNet_1_1RakNetGUID.html">RakNetGUID</a> object to refer to systems, including with other plugins </p>
  59. </div><!-- contents -->
  60. <!-- start footer part -->
  61. <hr class="footer"/><address class="footer"><small>
  62. Generated on Mon Jun 2 2014 20:10:28 for RakNet by &#160;<a href="http://www.doxygen.org/index.html">
  63. <img class="footer" src="doxygen.png" alt="doxygen"/>
  64. </a> 1.8.2
  65. </small></address>
  66. </body>
  67. </html>
粤ICP备19079148号