iperf3-python icon indicating copy to clipboard operation
iperf3-python copied to clipboard

Issue When using UDP on OS X

Open rajahaidar opened this issue 6 years ago • 0 comments

Running the client/server locally on Mac OS X

I get a JSONDecodeError Expecting value: line 1 column 1 (char 0)

this is how the result looks like, there is Increasing socket buffer size to 66531 at the beginning, so when the TestResult object gets initialized I get that error

Increasing socket buffer size to 66531
{
	"start":	{
		"connected":	[{
				"socket":	9,
				"local_host":	"127.0.0.1",
				"local_port":	5201,
				"remote_host":	"127.0.0.1",
				"remote_port":	53766

rajahaidar avatar Dec 08 '19 20:12 rajahaidar