summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Acceptor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-20 23:30:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-04-20 23:30:33 +0000
commitb235ae2ec9079a83fbd5b2d67d9fe262eeffae67 (patch)
tree3edb02d1c2a60caa4e2f80a1dfff8ffdac23340d /ace/LSOCK_Acceptor.h
parent249860b2bfef3f0207e8f8de9a32352be0620da2 (diff)
downloadATCD-b235ae2ec9079a83fbd5b2d67d9fe262eeffae67.tar.gz
.
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 711e6561c5a..f5ee37e4667 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 = 5,
+ int backlog = ACE_DEFAULT_BACKLOG,
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 = 5,
+ int backlog = ACE_DEFAULT_BACKLOG,
int protocol = 0);
// Initiate a passive mode socket.