• Show log

    Commit

  • Hash : c9e6c3d7
    Author : billsegall
    Date : 2015-12-16T11:17:36

    The Windows socket type is defined as SOCKET.
    
    Under the hood it's an unsigned rather than a signed type and whilst C
    compilers are largely happy with this C++ compilers tend to be fussy
    about class function signatures which makes C++ usage of libevent
    problematic.