doc/manual/cl-null.html
changeset 0 2b3e5ec03512
equal deleted inserted replaced
-1:000000000000 0:2b3e5ec03512
       
     1 <html>
       
     2 <head>
       
     3 <title> DTN2 Manual: Null Convergence Layer </title>
       
     4 <link rel="stylesheet" type="text/css" href="manual.css" />
       
     5 </head>
       
     6 <body>
       
     7 <h1>Null Convergence Layer
       
     8 </h1>
       
     9 
       
    10 <p>
       
    11 The Null convergence layer consumes all bundles immediately and does no actual transmission, roughly similar to /dev/null. To add a null interface in your config file, use:
       
    12 
       
    13 
       
    14 <p>Syntax: <tt>interface add <i>name</i> <i>CL</i> [<i>arg=val arg=val2 argN=valN...</i>]</tt>
       
    15 <p>Example: <tt>interface add null0 null </tt>
       
    16 <p>Valid arguments for <tt><i>arg</i></tt> are:
       
    17 
       
    18 <p>
       
    19 <table>
       
    20 <tr>
       
    21 <th>arg
       
    22 <th>Possible settings
       
    23 <th>Default
       
    24 <th>Comments
       
    25 
       
    26 <tr>
       
    27 <td><tt>can_transmit</tt>
       
    28 <td>true or false
       
    29 <td>true
       
    30 <td>Whether null CL can transmit
       
    31 </table>
       
    32 <p> <b>Note</b>
       
    33 </body>
       
    34 </html>
       
    35