So I'm new to Moca as it's not such a big thing here in the UK as it is in the USA (had to import the adapters from Gocoax - great company by the way)
I'm having an issue where the speed i'm getting on the gocoax moca adapters is about 1/2 what I would get if I was connecting over ethernet .
I'm running tests using iperf3 from a intel nuc as the client as an Nvidia Shield TV as the iperf3 server (via the analiti app)
The distance is only about 15ft so if run a long ethernet cable between the two I'm getting about 780-800 Mbits/sec , If I'm going via Moca i'm only getting 280 - 350 Mbits/Sec
I bought a filter and 4 port splitter from Gocoax just in case but i'm still getting about 1/2 speed.
To eliminate the possibility of a problem with my existing coax wiring I bought 15ft of coax and just trailed it on the floor from one moca adapter to the other (so no need for filter or splitter) but still the same speed issue.
I spoke to Gocoax and they said
I've tried that command in iperf3
But that just comes up with error, if I replace 2M with a numeric value the command runs (but not knowing what I'm doing with iperf that doesn't help) so I'm not sure if 2M is a valid value.
So kind of stuck now and not knowing what to do.
I'm having an issue where the speed i'm getting on the gocoax moca adapters is about 1/2 what I would get if I was connecting over ethernet .
I'm running tests using iperf3 from a intel nuc as the client as an Nvidia Shield TV as the iperf3 server (via the analiti app)
The distance is only about 15ft so if run a long ethernet cable between the two I'm getting about 780-800 Mbits/sec , If I'm going via Moca i'm only getting 280 - 350 Mbits/Sec
I bought a filter and 4 port splitter from Gocoax just in case but i'm still getting about 1/2 speed.
To eliminate the possibility of a problem with my existing coax wiring I bought 15ft of coax and just trailed it on the floor from one moca adapter to the other (so no need for filter or splitter) but still the same speed issue.
I spoke to Gocoax and they said
Compare to Cat5e cable, MoCA will introduce about 3ms delay. This delay will affect TCP throughput, just as your test result, because TCP is very sensitive for network delay. You can increase the TCP window size to check again. iperf3 -c x.x.x.x -w 2M You should can the similar result with your Cat5e.
I've tried that command in iperf3
iperf3 -c 192.168.1.234 -w 2M
But that just comes up with error, if I replace 2M with a numeric value the command runs (but not knowing what I'm doing with iperf that doesn't help) so I'm not sure if 2M is a valid value.
So kind of stuck now and not knowing what to do.