tcpiputils/dnd/inc/dnd_ini.h
branchRCL_3
changeset 21 abbed5a4b42a
parent 20 7e41d162e158
child 22 8d540f55e491
equal deleted inserted replaced
20:7e41d162e158 21:abbed5a4b42a
   110 const TInt KLlmnrIni_Ttl = 10;          //< [1..maxint] [seconds]
   110 const TInt KLlmnrIni_Ttl = 10;          //< [1..maxint] [seconds]
   111 const TInt KLlmnrIni_Hoplimit = 255;	//< [-1..255] (LLMNR-31 draft)
   111 const TInt KLlmnrIni_Hoplimit = 255;	//< [-1..255] (LLMNR-31 draft)
   112 _LIT(KLlmnrIni_Ipv4Addr, "224.0.0.251");
   112 _LIT(KLlmnrIni_Ipv4Addr, "224.0.0.251");
   113 _LIT(KLlmnrIni_Ipv6Addr, "ff02::fb");
   113 _LIT(KLlmnrIni_Ipv6Addr, "ff02::fb");
   114 #endif
   114 #endif
   115 _LIT(DND_INI_SUFFIXSUPPORT, "enablesuffixsupport"); //< enabler for new suffix support
       
   116 
       
   117 #endif
   115 #endif