OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.89k stars 926 forks source link

Wireshark logs show sometimes a lot of TCP retransmissions #2602

Open mregen opened 2 months ago

mregen commented 2 months ago

Type of issue

Current Behavior

Observing wireshark logs when a .NET client or server is involved, sometimes contains a lot of TCP retransmissions.

It doesn't cause functional issues but seems incorrect and the root cause is yet unknown.

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS: Windows?
- Environment:
- Runtime: .NET 8
- Nuget Version: 1.5.374 but also earlier
- Component:
- Server: 
- Client: UA consloe client

Anything else?

No response

mregen commented 1 month ago

Recently I noticed again these bursts of retransmissions in a Wireshark log. This behavior may have to do with large chunks that the .NET stack defaults to (65535). Test with different defaults (8k) should show if this is reproducible.