zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.93k stars 744 forks source link

PGM bottlenecked over internet #1064

Open MichaelMcCabe-Scalp opened 1 year ago

MichaelMcCabe-Scalp commented 1 year ago

Environment

NetMQ Version:    4.0.1.11
Operating System: Windows 10/11, Windows Server 2016
.NET Version:     6

Expected behaviour

PGM received normally over internet.

Actual behaviour

LAN received normally, WAN has high level of NAKs and apparently dropped data.

Steps to reproduce the behaviour

Create a PGM publisher and subscriber. Connect to the publisher from a remote machine over internet.