zeromq / netmq

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

NoDelay Nagle Algorithm #953

Closed Svisstack closed 3 years ago

Svisstack commented 3 years ago

Hi,

Can't find anything in the docs about the Nagle Algorithm, the PublisherSocket hiding the NoDelay option that I want to enable (disable the nagle). It's possible? or is the nagle disabled by default?

somdoron commented 3 years ago

Nagle is disabled by default

Svisstack commented 3 years ago

Thanks

Sent from my iPhone

On 25 Nov 2020, at 08:21, Doron Somech notifications@github.com wrote:

 Nagle is disabled by default

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.