close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of Proto/cModules/b0GNRS/a0NetworkProtocol2


Ignore:
Timestamp:
Jan 23, 2016, 3:25:06 PM (8 years ago)
Author:
sujasrinivasan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/b0GNRS/a0NetworkProtocol2

    v4 v5  
    128128|                      Number of Types                        |
    129129+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    130 |                          Type#1                             |
     130|      Type #1                |          Type #2              |
    131131...............................................................
    132 |                          Type#n                             |
     132|      Type #n-1              |         Type #n               |
    133133+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    134134</pre>
     
    158158|          Type               |        Number of values       |    |
    159159+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |
    160 |       Length of values      |       Length of options       |    |
     160|       Length of options     |                               |    |
    161161+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |
    162162~                                                             ~    |
     
    184184* '''Type''' - Type of the binding being inserted/updated
    185185* '''Number of values''' - Number of values of the type.
    186 * '''Length of values''' - Length of values.
    187186* '''Length of options''' - Length of local options.
    188187* '''Values''' - The values of the type. Parsing will be according to the type (e.g. Network Address).
     
    247246|           Type              |        No of Values           |    |
    248247+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |
    249 |         Length of value     |        Length of options      |    |
     248|         Length of options   |                               |    |
    250249+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+    |
    251250~                                                             ~    |
     
    273272* '''Type''' - Type of the binding
    274273* '''Number of values''' - Number of values of the type
    275 * '''Length of values''' - Length of values.
    276274* '''Length of options''' - Length of local options.
    277275* '''Values''' - The values of the type. Parsing will be according to the type (e.g. Network Address).