miniupnpd: patches: remove SO_REUSEPORT option for SSDP - causing build error
parent
be8702e700
commit
92e4c53dcd
@ -0,0 +1,13 @@
|
||||
--- miniupnpd/minissdp.c
|
||||
+++ miniupnpd/minissdp.c
|
||||
@@ -197,10 +197,6 @@
|
||||
{
|
||||
syslog(LOG_WARNING, "setsockopt(udp, SO_REUSEADDR): %m");
|
||||
}
|
||||
- if (setsockopt(s, SOL_SOCKET, SO_REUSEPORT, &on, sizeof(on)) < 0)
|
||||
- {
|
||||
- syslog(LOG_WARNING, "setsockopt(udp, SO_REUSEPORT): %m");
|
||||
- }
|
||||
#ifdef IP_RECVIF
|
||||
/* BSD */
|
||||
if(!ipv6) {
|
Loading…
Reference in New Issue