On Mon, Jan 23, 2017 at 02:57:31PM -0800, Wei Wang wrote: > Yes. That seems to be a valid fix to it. > Let me try it with my existing test cases as well to see if it works for > all scenarios I have.
Perfect. Note that since the state 2 is transient I initially thought about abusing the flags passed to __inet_stream_connect() to say "hey I'm sendmsg() and not connect()" but that would have been a ugly hack while here we really have the 3 socket states represented eventhough one changes twice around a call. Thanks, Willy