зеркало из https://github.com/Azure/DotNetty.git
fb18eaffd7
Motivation: Some important SSL Stream settings are hidden in the TlsHandler class Modifications: SSLStream is provided by user now via factory method; TLS settings extended Results: More advanced scenarios, like X509 client authentication, are possible to do now |
||
---|---|---|
.nuget | ||
examples | ||
shared | ||
src | ||
test | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.MD | ||
DotNetty.nuspec | ||
DotNetty.sln | ||
DotNetty.sln.DotSettings | ||
LICENSE.txt | ||
README.md | ||
RELEASE_NOTES.md | ||
ThirdPartyNotices.txt | ||
build.cmd | ||
build.fsx | ||
build.sh |
README.md
#DotNetty Project
DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
Use
Contribute
We gladly accept community contributions.
- Issues: Please report bugs using the Issues section of GitHub
- Source Code Contributions:
- Please follow the Contribution Guidelines for Microsoft Azure open source that details information on onboarding as a contributor
- See C# Coding Style for reference on coding style.