Edit

kc3-lang/libevent/include

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2008-09-05 16:29:56
    Hash : de069b99
    Message : On win32, errno is not the last socket error. Worse, WSAGetLastError() is not the last socket error sometimes (i.e., EWOULDBLOCK). Also, strerror() does not handle winsock errors. Therefore, event_err() and event_warn() are completely wrong for windows socket errors. Fix that. svn:r936