Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using BufferedStream over NetworkStream for performance improvement. #1041

Merged
merged 10 commits into from
Sep 7, 2017

Commits on Sep 5, 2017

  1. Using BufferedStream over NetworkStream for performance improvement.

    - Used BufferedStream over NetworkStream while writing the data to reduce the number of calls.
    - Used BufferedSize of 16KB.
    navin22 committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    25aed9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c902d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Configuration menu
    Copy the full SHA
    9d28a66 View commit details
    Browse the repository at this point in the history
  2. Addressed PR comments.

    navin22 committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    5e3dd9e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'socketbufferfix' of https://github.com/navin22/nvstest

    …into socketbufferfix
    navin22 committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    4ff6dbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc7001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f1d758 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2017

  1. Configuration menu
    Copy the full SHA
    bff822f View commit details
    Browse the repository at this point in the history
  2. Resolved PR comments.

    navin22 committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    62a1ea9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'socketbufferfix' of https://github.com/navin22/nvstest

    …into socketbufferfix
    navin22 committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    20192a2 View commit details
    Browse the repository at this point in the history