commit | 37e655c71bdce1b1bc20a06eeb00458f205ada8b | [log] [tgz] |
---|---|---|
author | Jake Farrell <jfarrell@apache.org> | Tue Jun 04 23:04:16 2013 -0400 |
committer | Jake Farrell <jfarrell@apache.org> | Tue Jun 04 23:04:16 2013 -0400 |
tree | f79355e6e5f560fa53637804af0e15ece2add7aa | |
parent | 1b0bc0f42106700e45ce2e76049eefa6f57c1293 [diff] |
Thrift-1997:Add accept backlog configuration method to TServerSocket Client: cpp Patch: Randy Abernethy TServerSocket hard codes the accept backlog to 1024. This patch adds a setAcceptBacklog() method which can be used to change the backlog size (must be called prior to listen()).