Details
-
Type: Change
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: V4.8.0.8, V4.8.3.0 (V4.9.0.x branch, open), V4.9.1.0 (trunk)
-
Labels:None
-
Account:SPC Profinet Slave (SPCPROFINE)
Description
In case of directed IP network load (e.g. TCP or UDP load directed to an unused port), the load is handled by IP stack implementation similar regardless if there is much load or not. Every every frame is responded if possible, e.g. by sending a TCP RST or ICMP port unreachable.
This behavior shall be changed to reduce the overall load in netX firmware and on the networ. It is not required to be able to send TCP RST in sub-millisecond speed.
A budget shall be introduced to only send out TCP RST frames once per 10ms. There is no real world usecase where a faster rate is required.