This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
winsock options weren't being set in all threads under ithreads
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 10 Jul 2000 06:49:17 +0000 (06:49 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 10 Jul 2000 06:49:17 +0000 (06:49 +0000)
commit0401f8415cd90e2eed98f1f8939fbc02af4a0c74
tree564e1867b1b59b8275a374e354859104ebf401f7
parent9315344606fcfd0b2c00d68eb0f2ec830476ee23
winsock options weren't being set in all threads under ithreads
(caused send()s from second and subsequent threads to fail)

p4raw-id: //depot/perl@6327
win32/win32sck.c