niv / websocket.nim

websockets for nim
http://niv.github.io/websocket.nim/docs/0.1.1/websocket.html
Other
102 stars 25 forks source link

Nagle algorithm exists and default is on, can i disable? #65

Open kodkuce opened 4 years ago

kodkuce commented 4 years ago

Nagle algorithm disable it possible if exists at all xD

kodkuce commented 4 years ago

and 1 more question, most other lang have Broadcast proc to send msg to all connections, guess i can forloop over every connection but duno if that is inefficient