diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-04-20 23:30:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-04-20 23:30:33 +0000 |
commit | d8c07adb140c8ee55c845e35d98ba43848d719a2 (patch) | |
tree | 3edb02d1c2a60caa4e2f80a1dfff8ffdac23340d /ace/SOCK_Acceptor.h | |
parent | b6d53b8d70068bc541d803beb39dc6cd830dec4c (diff) | |
download | ATCD-d8c07adb140c8ee55c845e35d98ba43848d719a2.tar.gz |
.
Diffstat (limited to 'ace/SOCK_Acceptor.h')
-rw-r--r-- | ace/SOCK_Acceptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_Acceptor.h b/ace/SOCK_Acceptor.h index 381100bd9bb..5f68e60030f 100644 --- a/ace/SOCK_Acceptor.h +++ b/ace/SOCK_Acceptor.h @@ -38,7 +38,7 @@ public: ACE_SOCK_Acceptor (const ACE_Addr &local_sap, int reuse_addr = 0, int protocol_family = PF_INET, - int backlog = 5, + int backlog = ACE_DEFAULT_BACKLOG, int protocol = 0); // Initiate a passive mode socket. @@ -48,7 +48,7 @@ public: int open (const ACE_Addr &local_sap, int reuse_addr = 0, int protocol_family = PF_INET, - int backlog = 5, + int backlog = ACE_DEFAULT_BACKLOG, int protocol = 0); // Initiate a passive mode socket. |