What's new

Edge Router Lite Possible Problem

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

I came across this thread and it seemed interesting. It seems if the UDP packets get bursty then they arrive out of sequence and are considered a lost packet. I could see this affecting gaming and TV and anything with UDP.

More of an application thing perhaps - UDP is unreliable, expect packets to come out of sequence, and also missing packets.

The server and client need to deal with things at the application layer of the protocol stack when using UDP...
 
UDP is made for streaming so it does not have built-in error correction like TCP. But UDP packet sequencing is still important especially with multiple CPUs. The problem is when the ERL is removed the packets are in perfect sequence.
 
UDP is made for streaming so it does not have built-in error correction like TCP. But UDP packet sequencing is still important especially with multiple CPUs. The problem is when the ERL is removed the packets are in perfect sequence.

UDP is UDP - streamers like it as it reduces overhead - which can be much if one were to do the same app over TCP...

Fair enough - if the lower layers are mangling things... but that mangling could happen anywhere, not just within the ERL...

The ERL might be an edge-case here...

But within the OSI stack, the applications need to be able to react appropriately - sorry to get all greybeard - but this is somewhat of an application issue - and the developers should know this...
 
Sounds like to me from reading the forum they think it is a kernel problem in the ERL and multiple CPUs are compounding it. The ER-X does not have this problem but some of the others do. Maybe they will move to one of the newer kernels.

Yes I would think VPN would be included with the issue.

Yes getting the packets back in order is a basic routing function. It is why we pay Cisco, Netgear and all the other companies money.
 
Sounds like to me from reading the forum they think it is a kernel problem in the ERL and multiple CPUs are compounding it. The ER-X does not have this problem but some of the others do. Maybe they will move to one of the newer kernels.

Yes I would think VPN would be included with the issue.

Yes getting the packets back in order is a basic routing function. It is why we pay Cisco, Netgear and all the other companies money.

SMP is always interesting - AMD's Ryzen's seem to have a problem with parallel builds on GCC these days...
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top