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 | b235ae2ec9079a83fbd5b2d67d9fe262eeffae67 (patch) | |
tree | 3edb02d1c2a60caa4e2f80a1dfff8ffdac23340d /ace/Asynch_Acceptor.h | |
parent | 249860b2bfef3f0207e8f8de9a32352be0620da2 (diff) | |
download | ATCD-b235ae2ec9079a83fbd5b2d67d9fe262eeffae67.tar.gz |
.
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r-- | ace/Asynch_Acceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h index 41f3ce435ea..57b57328fbd 100644 --- a/ace/Asynch_Acceptor.h +++ b/ace/Asynch_Acceptor.h @@ -52,7 +52,7 @@ public: virtual int open (const ACE_INET_Addr &address, size_t bytes_to_read = 0, int pass_addresses = 0, - int backlog = 5, + int backlog = ACE_DEFAULT_BACKLOG, int reuse_addr = 1, ACE_Proactor *proactor = 0, int validate_new_connection = 0, |