summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorKyle Smith <ksmith@jrautomation.com>2019-03-27 11:41:34 -0400
committerJens Geyer <jensg@apache.org>2019-03-31 16:16:56 +0200
commit0bc4712929b42d22424c31b11406d7afef950661 (patch)
treec0e1f43a7d213b92070bcb527750fc05d4f1c718 /tutorial
parent7b94dd422117ffb6c646d1217c643efb80a8cf45 (diff)
downloadthrift-0bc4712929b42d22424c31b11406d7afef950661.tar.gz
THRIFT-4840: Updated the README for the netstd tutorial
Client: netstd Patch: Kyle Smith This closes #1772
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/tutorial/netstd/README.md b/tutorial/netstd/README.md
index 8c8317a65..b1dea4ecb 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