Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25638
Collapse All | Expand All

(-)sock_udp.c.orig (-1 / +1 lines)
Lines 110-116 Link Here
110
        exit(EXIT_FAILURE);
110
        exit(EXIT_FAILURE);
111
    }
111
    }
112
#ifdef  PORTREUSE
112
#ifdef  PORTREUSE
113
    if (setsockopt(sfdcl, SOL_SOCKET, SO_REUSEPORT, &s, sizeof(s)) < 0) {
113
    if (setsockopt(sfdcl, SOL_SOCKET, SO_REUSEADDR, &s, sizeof(s)) < 0) {
114
#ifdef  DEBUG
114
#ifdef  DEBUG
115
        fprintf(debug_file, "setsockopt(): %s\n", strerror(errno));
115
        fprintf(debug_file, "setsockopt(): %s\n", strerror(errno));
116
        fflush(debug_file);
116
        fflush(debug_file);

Return to bug 25638