Neil Tallim

Results 55 comments of Neil Tallim

Hey, thank you very much for taking an interest in this project! I would like to welcome the changes you have submitted, but I am afraid the sudden, and rather...

Ah, I'm sorry that the project gave the impression that it was abandoned. It's an open project I maintain out of interest and on behalf of my employer, because iperf2...

That sounds like the problem that led me to replace Mio with socket2. WinSock refuses to allow its handle to be accessed again from another thread and mio doesn't allow...

I'll read through this today and hopefully be able to get some testing done over the weekend Thank you

It might help to be more specific about what fails, but I'll try with those I have access to. This sounds like a probable firewalling issue, though. By default, rperf...

For rperf's intended use-case, NAT was never a concern. 3D-P's typical deployment scenario is a closed network, almost always air-gapped from the Internet. You could kind of think of it...

I'm not entirely sure where this broke, but `https://github.com/opensource-3d-p/rperf/blob/socket2/test.py#L128` is failing. ``` ====================================================================== FAIL: test_udp_reverse (__main__.TestIpv4.test_udp_reverse) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/flan/projects/ssrlive/rperf/./test.py", line 143, in test_udp_reverse self.assertEqual(result['summary']['bytes_received'], result['summary']['bytes_sent'])...

Verified that the tests are mostly working now, except for the UDP receive thing. The remaining issues seem to be related to the environment in which I'm conducting tests, since...

I'll try to get to it this weekend. It shouldn't be complex, but I'll need to set aside a bit of time to experiment. I've still got a lot of...

It doesn't seem to show up in this thread, but I pushed a fix for the UDP regression to your `master` branch: https://github.com/ssrlive/rperf/commit/fb68b59543f6dbaa17746797b9648b7acf4e03a3 There was an inner loop that seems...