diff --git a/imports.md b/imports.md index 497f48d..f0fa5c3 100644 --- a/imports.md +++ b/imports.md @@ -1190,6 +1190,10 @@ implicitly bind the socket.

  • not-in-progress: A bind operation is not in progress.
  • would-block: Can't finish the operation, it is still in progress. (EWOULDBLOCK, EAGAIN)
  • +

    Implementors note

    +

    When binding to a non-zero port, this bind operation shouldn't be affected by the TIME_WAIT +state of a recently closed socket on the same local address (i.e. the SO_REUSEADDR socket +option should be set implicitly on platforms that require it).

    References