In perl.git, the branch smoke-me/tonyc/cygwin-socket has been created

<http://perl5.git.perl.org/perl.git/commitdiff/eedd75d5966dcbc2049ebdc92a530923a853e66e?hp=0000000000000000000000000000000000000000>

        at  eedd75d5966dcbc2049ebdc92a530923a853e66e (commit)

- Log -----------------------------------------------------------------
commit eedd75d5966dcbc2049ebdc92a530923a853e66e
Author: Tony Cook <t...@develop-help.com>
Date:   Mon Jan 13 16:20:00 2014 +1100

    [perl #118843] work around recv() behaviour on cygwin
    
    cygwin inherits recv behaviour from the Win32 sockets API which doesn't
    modify the namebuf or it's associated size when you recv() from a
    connected socket, handle this the same way Win32 does by zeroing the
    length if it's the same as before calling recv().
    
    Also adds some basic socket function tests to the core tests.
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to