Commits (1)
...@@ -159,7 +159,7 @@ module LibItsGeoNetworking_TypesAndValues { ...@@ -159,7 +159,7 @@ module LibItsGeoNetworking_TypesAndValues {
group geoNwHeaderConstants { group geoNwHeaderConstants {
const UInt4 c_geoNwProtocolVersion := 0; const UInt4 c_geoNwProtocolVersion := 1;
const UInt8 c_hopLimit1 := 1; const UInt8 c_hopLimit1 := 1;
const UInt8 c_defaultHopLimit := 10; const UInt8 c_defaultHopLimit := 10;
......