Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-366

Default socket option values are retrieved incorrectly.

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0
    • 1.0.4, 1.1.1
    • None
    • None

    Description

      The default value of REUSE_ADDR is currently 'false', but it should be 'true' for a newly accepted socket.

      The default send buffer size changes when a connection is really established. For example, the default value of sendBufferSize is currently 8192, when retrieved from new Socket(), but the real sendBufferSize differs when retrieved from a connected socket (e.g. new Socket("localhost", 22)).

      Here's the related mail discussion: http://tinyurl.com/2bh9lo

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            trustin Trustin Lee
            trustin Trustin Lee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment