summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Acceptor.h')
-rw-r--r--ace/LSOCK_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/LSOCK_Acceptor.h b/ace/LSOCK_Acceptor.h
index f5ee37e4667..711e6561c5a 100644
--- a/ace/LSOCK_Acceptor.h
+++ b/ace/LSOCK_Acceptor.h
@@ -44,14 +44,14 @@ public:
ACE_LSOCK_Acceptor (const ACE_Addr &local_sap,
int reuse_addr = 0,
int protocol_family = PF_UNIX,
- int backlog = ACE_DEFAULT_BACKLOG,
+ int backlog = 5,
int protocol = 0);
// Initiate a passive mode socket.
int open (const ACE_Addr &local_sap,
int reuse_addr = 0,
int protocol_family = PF_UNIX,
- int backlog = ACE_DEFAULT_BACKLOG,
+ int backlog = 5,
int protocol = 0);
// Initiate a passive mode socket.