Fabrice Fontaine 850e6b4849 Improve ssdp part
Do not compile CreateClientRequestPacketUlaGua if IPv6 is disable.
Cast DestAddr->sa_family from sa_family_t into int when calling
CreateServicePacket as this function has been set back to accept int in
a692e591defe6ed9a617b9b4a083964a01f7bbab.
Use switch instead of if with AF_INET and AF_INET6.
Add missing casts from AF_INET and AF_INET6 into sa_family_t when using
them to set sin_family and sin6_family.
Add missing explicit casts into size_t or lu when using integer
constants with strlen or unsigned long indexes.
Set SSDP_PAUSE to be unsigned as it is used with usleep.
2012-03-14 21:30:55 +01:00
..
2012-03-14 23:40:32 +09:00
2010-06-26 11:09:49 +00:00
2012-03-05 12:26:41 +01:00
2012-03-14 21:30:55 +01:00
2008-02-03 01:36:23 +00:00
2012-03-09 17:08:01 +01:00