I am looking for the SO_REUSEPORT function
as well.
I am interested in have multiple listeners to UDP
broadcasts. Without SO_REUSEADDR I get a
bind error. With SO_REUSEADDR the second
server steals the UDP connection... The original
UDP server no longer receives any packets.
Peter
"Phil Frisbie, Jr." <(E-Mail Removed)> wrote in message
news:9Wzhb.29936$(E-Mail Removed)...
> Paul D.Smith wrote:
>
> > Is there a workaround for the absence of SO_REUSEPORT in Linux?
>
> Use SO_REUSEADDR instead.
>
> > Thanks,
> > Paul DS.
>
> --
> Phil Frisbie, Jr.
> Hawk Software
> http://www.hawksoft.com
>