joshelser commented on issue #784: ZOOKEEPER-974: Allow a configurable ZooKeeper server socket listen ba… URL: https://github.com/apache/zookeeper/pull/784#issuecomment-459381497 > it would be preferable to verify that the backlog is actually set on the socket itself. Do you think it's achievable? I was digging around in Socket trying to get access to this. It's not exposed back up through the Socket API at all. I think I'd have to be writing JNI and getting at the underlying JVM code to figure it out. I could modify the respective factories to allow better for mocking, but I fear that will be a little contrived? Happy to try it if you see value.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
