From: Jeremy D. Zawodny Date: Wed, 10 Jan 2001 01:37:32 +0000 (-0800) Subject: add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2f54bf351d16099b31b403d421e8b26b2963c35;p=p5sagit%2Fp5-mst-13.2.git add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend) Message-ID: <20010110013732.A41744@yahoo-inc.com> p4raw-id: //depot/perl@8396 --- diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm index b4a0419..90e16e6 100644 --- a/ext/Socket/Socket.pm +++ b/ext/Socket/Socket.pm @@ -268,6 +268,7 @@ use XSLoader (); SO_RCVLOWAT SO_RCVTIMEO SO_REUSEADDR + SO_REUSEPORT SO_SNDBUF SO_SNDLOWAT SO_SNDTIMEO