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

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

        at  cf9fcdcc3b2ca1678b214f90c6eb1e8bbbc414b9 (commit)

- Log -----------------------------------------------------------------
commit cf9fcdcc3b2ca1678b214f90c6eb1e8bbbc414b9
Author: Tony Cook <tony@saturn.(none)>
Date:   Tue Jan 7 16:08:46 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