Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Jan 24, 2017
1 parent 818f6cb commit 49fdf03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/MPWTest.py
Expand Up @@ -26,12 +26,15 @@
if len(sys.argv) > 1:
host = sys.argv[1]


size = 1

if len(sys.argv)>2:
size = int(sys.argv[2])

bufsize = 8
bufsize = 8*1024

# Size of message that you submit.
if len(sys.argv)>3:
bufsize = int(sys.argv[3])

Expand Down

0 comments on commit 49fdf03

Please sign in to comment.