Commit 0dd5a8a3 authored by peter's avatar peter
Browse files

No commit message

No commit message
parent 8bd51be8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions_PK {
	import from LibIpv6_MultiRfcs_TypesAndValues all;
	import from LibIpv6_Rfc2461NeighborDiscovery_Templates all;
	import from LibIpv6_Rfc2461NeighborDiscovery_TypesAndValues all;
	//AtsIpv6
	import from AtsIpv6_ModuleParameters all;

	group neighborDiscovery {

@@ -52,7 +54,7 @@ module LibIpv6_Rfc2461NeighborDiscovery_Functions_PK {
	        //send
	        ipPort.send(v_ipPkt.routerAdvert);

            f_sleep ( 1.0 );
            f_sleep ( PX_T_BUILD_GLA );

	        return e_success;

+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
		const UInt16 c_unspecLifetime := c_uInt16Max;
		const UInt16 c_lifetime0s := 0;
		const UInt16 c_lifetime10s := 10;
		const UInt32 c_retrans1s := 1;
		const float c_ndReachableTime := 30.0;
		const UInt32 c_retrans1s := 1000;
		const float c_ndReachableTime := 30000.0;
		const float c_ndDelayFirstProbeTime := 5.0;
		const UInt8 c_prefixLength64 := 64;
		const UInt8 c_maxPrefixLength := 128;