summaryrefslogtreecommitdiff
path: root/ace/TLI_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TLI_Acceptor.h')
-rw-r--r--ace/TLI_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/TLI_Acceptor.h b/ace/TLI_Acceptor.h
index 20ce2575daa..4525daf1dcb 100644
--- a/ace/TLI_Acceptor.h
+++ b/ace/TLI_Acceptor.h
@@ -53,7 +53,7 @@ public:
int reuse_addr = 0,
int oflag = O_RDWR,
struct t_info *info = 0,
- int backlog = ACE_DEFAULT_BACKLOG,
+ int backlog = 5,
const char device[] = ACE_TLI_TCP_DEVICE);
// Initiate a passive mode socket.
@@ -61,7 +61,7 @@ public:
int reuse_addr = 0,
int oflag = O_RDWR,
struct t_info *info = 0,
- int backlog = ACE_DEFAULT_BACKLOG,
+ int backlog = 5,
const char device[] = ACE_TLI_TCP_DEVICE);
// Initiate a passive mode socket.