++++++++++++++++++ - Use find_library to load libiperf (Thanks to Austinpayne). This should allow iperf3 lib to run on Mac OS X.
0.1.8
++++++++++++++++++ - Fixed segmentation fault on several Linux distro's (Thanks to illu89) - Added Travis testing against latest iperf3 releases (3.3) - Renamed bulksize argument to blksize to keep naming in line with iperf3 C library. bulksize argument still available for backwards compatibility
0.1.7
++++++++++++++++++ - Fixed Mbps vs MB_s calculations (Thanks to rustyhowell)
0.1.6
++++++++++++++++++ - iperf3.__del__ now properly closing FD and pipes (Thanks to p0intR)
0.1.5
++++++++++++++++++ - iperf3.Client() now allows redirection of stdout (iperf3 version => 3.1 required)
0.1.4
++++++++++++++++++ - Fixed server json_output=False feature