From 67d6a30732fd1e1fae2f98f646d97356b2eaa8c9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 5 Jan 2006 23:35:46 +0000 Subject: Added loop transport to test transaction git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@107 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjlib/include/pj/compat/socket.h') diff --git a/pjlib/include/pj/compat/socket.h b/pjlib/include/pj/compat/socket.h index c45cd3f2..1ef7fff3 100644 --- a/pjlib/include/pj/compat/socket.h +++ b/pjlib/include/pj/compat/socket.h @@ -79,9 +79,11 @@ #ifdef PJ_WIN32 # define OSERR_EWOULDBLOCK WSAEWOULDBLOCK # define OSERR_EINPROGRESS WSAEINPROGRESS +# define OSERR_ECONNRESET WSAECONNRESET #else # define OSERR_EWOULDBLOCK EWOULDBLOCK # define OSERR_EINPROGRESS EINPROGRESS +# define OSERR_ECONNRESET ECONNRESET #endif -- cgit v1.2.3