Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-904

C# TSocket should disable nagle and linger

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.6
    • C# - Library
    • None

    Description

      Java sets

      socket_.setSoLinger(false, 0);
      socket_.setTcpNoDelay(true);

      C# should do the equivalent.

      Attachments

        1. thrift-904.tests.patch
          4 kB
          Alexey Biryukov
        2. thrift-904.patch
          2 kB
          Alexey Biryukov

        Activity

          People

            dlex Alexey Biryukov
            jbellis Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: