Commit fcd99073 authored by berge's avatar berge
Browse files

Changed protocol version to 0 (as in the base spec)

parent 7305c7b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ module LibItsGeoNetworking_TypesAndValues {
        group geoNwHeaderConstants {
            
            const UInt4 c_geoNwProtocolVersion := 0;
            const UInt4 c_geoNwProtocolVersion2 := 2;
            const UInt4 c_geoNwProtocolVersion2 := 0; // TODO Check this. Where does '2' comes from ?
            
            const UInt8 c_hopLimit1 := 1;
            const UInt8 c_defaultHopLimit := 10;