Re: [lwip-users] Control priority processing of the packages

2020-09-20 Thread Jan Menzel
Hi Mario! If you say "OS delay" you're probably using an OS. If you're using the netcon or socket API you could send your "data transfer of application" to a separate task and assign it a lower priority. That way your application code can run as fast as mcu permits and "networking managemen

Re: [lwip-users] Control priority processing of the packages

2020-09-18 Thread goldsi...@gmx.de
Am 18.09.2020 um 14:41 schrieb Mário Luzeiro: > Hello all, > > Not sure if my question makes sense but is possible that I can control the > priority processing of the packages? > > I would like that large packages are delayed or do some OS delay to switch to > other tasks. > > My propose is that

[lwip-users] Control priority processing of the packages

2020-09-18 Thread Mário Luzeiro
Hello all, Not sure if my question makes sense but is possible that I can control the priority processing of the packages? I would like that large packages are delayed or do some OS delay to switch to other tasks. My propose is that if there are multiple packages arriving the smaller are proc