fra189
Results
1
issues of
fra189
Hi there, I'm trying to implement mDNS protocol in my nintendo switch brew. My approach: ``` #include ... socketInitialize(); sock = socket(AF_INET, SOCK_DGRAM, 0); setsockopt(sock, IPPROTO_IP, IP_MULTICAST_TTL, (void*) ¶m, sizeof(param));...