.NET WebSockets and TCP_NODELAY

609 Views Asked by At

Is it possible to build a WebSocket Client in C#.NET that allows me to set the TCP_NODELAY property to True on the socket (i.e. disable Nagle)? I have tried a bunch of WebSocket libraries that don't appear to have this option. Thanks

1

There are 1 best solutions below

1
user185813 On

I ended up finding an open sourced WebSocket library that I was able to add NoDelay support to.