mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-19 23:36:54 +00:00
some systems lack SO_REUSEPORT
This commit is contained in:
parent
83b9678a62
commit
c332110291
@ -719,11 +719,11 @@ local_listen(char *host, char *port, struct addrinfo hints)
|
||||
&rtableid, sizeof(rtableid)) == -1))
|
||||
err(1, "setsockopt SO_RTABLE");
|
||||
#endif
|
||||
|
||||
#ifdef SO_REUSEPORT
|
||||
ret = setsockopt(s, SOL_SOCKET, SO_REUSEPORT, &x, sizeof(x));
|
||||
if (ret == -1)
|
||||
err(1, NULL);
|
||||
|
||||
#endif
|
||||
set_common_sockopts(s);
|
||||
|
||||
if (bind(s, (struct sockaddr *)res0->ai_addr,
|
||||
|
Loading…
Reference in New Issue
Block a user