> the way this is used in ConnectionFileDescriptorPosix only accepts 1 > connection.
I think we should keep it at 5. ConnectionFileDescriptorPosix will reject the connection if it is coming from the wrong port. That means a port scanner or some other random solar flare could theoretically block the good connection from getting in. I know I'm way out on a limb here but consider this: what is the downside? The system resources are irrelevant and if the listener is closed (like in ConnectionFileDescriptorPosix), the backlog is flushed. That said, I really don't care. http://reviews.llvm.org/D8696 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
