From 7128d3ecdbbef4ca36c1abeb2de9bc5d80b339b3 Mon Sep 17 00:00:00 2001 From: Mike Conway Date: Sat, 21 Feb 2015 10:22:05 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 000900489..e2e6b95d5 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Jargon Core API # Project: Jargon-core API #### Date: -#### Release Version: 4.0.2.1-SNAPSHOT -#### git tag: MASTER +#### Release Version: 4.0.2.1-RC1 +#### git tag: 4.0.2.1-RC1 #### Developer: Mike Conway - DICE ## News -work on milestone: https://github.com/DICE-UNC/jargon/issues?milestone=4&state=open +Release Candidate for milestone: https://github.com/DICE-UNC/jargon/issues?milestone=4&state=open ======= @@ -94,5 +94,7 @@ Add connection tester package to jargon-data-utils to test out and measure put/g Additional tweaks to improve parallel file transfer performance. This includes an expansion of TCP configuration parameters for both the primary and parallel transfer thread to configure window size, quality of service parameters, timeouts, nodelay and other aspects. This also includes adjustemt to various buffering parameters based on benchmark testing. +This version includes much greater configurability of TCP/IP parameters for the primary and parallel socket connections. Currently these parameters are set to an aggressive window size, and bandwidth-favoring parameters, but can ba adjusted in the jargon.properties file. +