2009/4/16 Mrinmoy Ghosh <[email protected]>: > I am trying to use SO_REUSEPORT socket option in one of my Perl programs, but > it flags an error as: > > "Your vendor has not defined Socket macro SO_REUSEPORT"
Iirc, your socket needs to be of the multicast type to use SO_REUSEPORT. Is it? On unicast, it is functionally identical to SO_REUSEADDR. Not sure if Linux even implements SO_REUSEPORT. Binand _______________________________________________ Ilug-cal-discuss mailing list [email protected] http://list.ilug-cal.org/mailman/listinfo/ilug-cal-discuss
