mgravell / Pipelines.Sockets.Unofficial

.NET managed sockets wrapper using the new "Pipelines" API
Other
412 stars 54 forks source link

SocketServer add listen backlog option #32

Closed patricksuo closed 5 years ago

patricksuo commented 5 years ago

fix https://github.com/mgravell/Pipelines.Sockets.Unofficial/issues/29

and update https://github.com/mgravell/Pipelines.Sockets.Unofficial/issues/31 On Linux higher listen backlog reduce connect time dramatically Under low backlog(20), 100 TCP clients take ~1000ms to finish connection.

mgravell commented 5 years ago

here we go: https://www.nuget.org/packages/Pipelines.Sockets.Unofficial/2.0.11