Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

RioTcpServer.cs typo? #2174

Closed
Palku opened this issue Mar 22, 2018 · 3 comments
Closed

RioTcpServer.cs typo? #2174

Palku opened this issue Mar 22, 2018 · 3 comments

Comments

@Palku
Copy link

Palku commented Mar 22, 2018

public const int MaxOutsandingCompletionsPerThread =
Should be MaxOutstandingCompletionsPerThread?

https://github.com/dotnet/corefxlab/blob/010238eb489ccfb04a47774cc606653afb82464a/src/System.IO.Pipelines.Networking.Windows.RIO/RioTcpServer.cs

@ahsonkhan
Copy link
Member

public const int MaxOutsandingCompletionsPerThread = (MaxReadsPerSocket + MaxWritesPerSocket) * MaxSocketsPerThread;

@joshfree
Copy link
Member

joshfree commented Apr 5, 2018

/cc @pakrym

@joshfree joshfree added this to the Future milestone Apr 5, 2018
@ahsonkhan
Copy link
Member

System.IO.Pipelines.Networking.Libuv/UvTcpConnection.cs got deleted as part of the repo clean-up. #2244

Hence, closing this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants