summaryrefslogtreecommitdiff
path: root/pjlib/include/pj
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-07-18 00:10:53 +0000
committerBenny Prijono <bennylp@teluu.com>2006-07-18 00:10:53 +0000
commitcbb6c140cf6e47e65b31b93009cfe39916933009 (patch)
treec2ba2535b30e6ea3305f3089460ca0ad3bbaf6e7 /pjlib/include/pj
parent9c4046342c5cfb8e870d82072d52fec51eb040d5 (diff)
Fixed several bugs related to TCP:
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@610 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj')
-rw-r--r--pjlib/include/pj/compat/os_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/compat/os_win32.h b/pjlib/include/pj/compat/os_win32.h
index cf7431d6..95d3cd6e 100644
--- a/pjlib/include/pj/compat/os_win32.h
+++ b/pjlib/include/pj/compat/os_win32.h
@@ -73,7 +73,7 @@
/* When this macro is set, getsockopt(SOL_SOCKET, SO_ERROR) will return
* the status of non-blocking connect() operation.
*/
-#define PJ_HAS_SO_ERROR 0
+#define PJ_HAS_SO_ERROR 1
/* This value specifies the value set in errno by the OS when a non-blocking
* socket recv() or send() can not return immediately.