doc/manual/ro_tca-gateway.html
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 <html>
       
     2 <head>
       
     3 <title> DTN2 Manual: tca-router Routing Algorithm </title>
       
     4 <link rel="stylesheet" type="text/css" href="manual.css" />
       
     5 </head>
       
     6 <body>
       
     7 <h1>tca-router Routing Algorithm
       
     8 </h1>
       
     9 
       
    10 <p>
       
    11 This is the implementation of the TCA bundle routing algorithm.
       
    12 <p>
       
    13 A TCARouter is a specialized TableBasedRouter where the route
       
    14 table is manipulated in response to certain control bundles
       
    15 (for example, a "register" bundle, or a "change-of-address" bundle).
       
    16 Specialized routing logic is then applied in order to route late-bound
       
    17 bundles addressed to a mobile node, to the mobile's current location
       
    18 in the network.
       
    19 <p>
       
    20 The main interface point is the overridden handle_bundle_received
       
    21 function which tests for the special TCA bundles (control bundles and
       
    22 late-bound data bundles). For more information please see the 
       
    23 <a href="configuration.html#route">route</a> command.
       
    24 
       
    25 
       
    26 
       
    27 </body>
       
    28 </html>
       
    29