This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bc4712  THRIFT-4840: Updated the README for the netstd tutorial 
Client: netstd Patch: Kyle Smith
0bc4712 is described below

commit 0bc4712929b42d22424c31b11406d7afef950661
Author: Kyle Smith <[email protected]>
AuthorDate: Wed Mar 27 11:41:34 2019 -0400

    THRIFT-4840: Updated the README for the netstd tutorial
    Client: netstd
    Patch: Kyle Smith
    
    This closes #1772
---
 tutorial/netstd/README.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/tutorial/netstd/README.md b/tutorial/netstd/README.md
index 8c8317a..b1dea4e 100644
--- a/tutorial/netstd/README.md
+++ b/tutorial/netstd/README.md
@@ -43,11 +43,14 @@ Options:
 
     -tr (transport): 
         tcp - (default) tcp transport will be used (host - ""localhost"", port 
- 9090)
-        tcpbuffered - tcp buffered transport will be used (host - 
""localhost"", port - 9090)
         namedpipe - namedpipe transport will be used (pipe address - "".test"")
         http - http transport will be used (http address - ""localhost:9090"")
         tcptls - tcp transport with tls will be used (host - ""localhost"", 
port - 9090)
-        framed - tcp framed transport will be used (host - ""localhost"", port 
- 9090)
+
+    -bf (buffering): 
+        none - (default) no transport factory will be used
+        buffered - buffered transport factory will be used
+        framed - framed transport factory will be used (this must match the 
client)
 
     -pr (protocol): 
         binary - (default) binary protocol will be used
@@ -79,11 +82,14 @@ Options:
 
     -tr (transport): 
         tcp - (default) tcp transport will be used (host - ""localhost"", port 
- 9090)
-        tcpbuffered - buffered transport over tcp will be used (host - 
""localhost"", port - 9090)
         namedpipe - namedpipe transport will be used (pipe address - "".test"")
         http - http transport will be used (address - 
""http://localhost:9090"";)        
         tcptls - tcp tls transport will be used (host - ""localhost"", port - 
9090)
-        framed - tcp framed transport will be used (host - ""localhost"", port 
- 9090)
+
+    -bf (buffering): 
+        none - (default) no transport factory will be used
+        buffered - buffered transport factory will be used
+        framed - framed transport factory will be used (this must match the 
client)
 
     -pr (protocol): 
         binary - (default) binary protocol will be used

Reply via email to