[Lldb-commits] [PATCH] Allow multiple simultaneous connections to lldb-platform
Vince Harron
vince at nethacker.com
Mon Mar 30 08:49:56 PDT 2015
> 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/
More information about the lldb-commits
mailing list