Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 4
    Your application has created a socket (perhaps via socket(2)) in the TCP domain, but not bound it to any port (eg via connect(2) or listen(2) or bind(2)). Commented Nov 19, 2018 at 23:41
  • @StephenHarris thank you. What about connecting to HTTP? It should still follow the normal connect/listen/bind flow, shouldn't? Commented Nov 21, 2018 at 18:57
  • I am expiriencing same i need to understand what 0,7 stands for Commented Jan 8, 2021 at 4:42