DotNetty.Transport
0.1.3
See the version list below for details.
dotnet add package DotNetty.Transport --version 0.1.3
NuGet\Install-Package DotNetty.Transport -Version 0.1.3
<PackageReference Include="DotNetty.Transport" Version="0.1.3" />
paket add DotNetty.Transport --version 0.1.3
#r "nuget: DotNetty.Transport, 0.1.3"
// Install DotNetty.Transport as a Cake Addin #addin nuget:?package=DotNetty.Transport&version=0.1.3 // Install DotNetty.Transport as a Cake Tool #tool nuget:?package=DotNetty.Transport&version=0.1.3
UDP and TCP SocketChannel implementations for DotNetty.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- DotNetty.Buffers (>= 0.1.3)
NuGet packages (80)
Showing the top 5 NuGet packages that depend on DotNetty.Transport:
Package | Downloads |
---|---|
DotNetty.Codecs
General purpose codecs for DotNetty |
|
DotNetty.Handlers
Application handlers for DotNetty |
|
DotNetty.Codecs.Mqtt
MQTT codec for DotNetty |
|
DotNetty.Transport.Libuv
Libuv transport model in DotNetty |
|
DotNetty.Codecs.Http
Http codec for DotNetty |
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on DotNetty.Transport:
Repository | Stars |
---|---|
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
|
|
ElderJames/shriek-fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
Coldairarrow/DotNettySocket
An Easy Socket(TcpSocket,WebSocket,UdpSocket) Framework Based On DotNetty
|
|
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
|
Version | Downloads | Last updated |
---|---|---|
0.7.6 | 633,788 | 3/25/2024 |
0.7.5 | 606,234 | 8/31/2022 |
0.7.4 | 16,426 | 8/5/2022 |
0.7.2 | 213,709 | 3/2/2022 |
0.7.0 | 3,502,537 | 8/3/2021 |
0.6.0 | 8,297,536 | 10/8/2018 |
0.5.0 | 231,297 | 8/16/2018 |
0.4.8 | 523,573 | 5/4/2018 |
0.4.7 | 451,719 | 11/6/2017 |
0.4.6 | 330,412 | 8/2/2017 |
0.4.5 | 64,082 | 5/18/2017 |
0.4.4 | 171,946 | 3/31/2017 |
0.4.3 | 82,298 | 3/22/2017 |
0.4.2 | 8,260 | 2/9/2017 |
0.4.1 | 14,601 | 1/26/2017 |
0.4.0 | 5,948 | 11/25/2016 |
0.3.2 | 11,394 | 6/22/2016 |
0.3.1 | 3,588 | 6/2/2016 |
0.3.0 | 2,824 | 5/14/2016 |
0.2.6 | 3,044 | 4/28/2016 |
0.2.5 | 2,598 | 4/15/2016 |
0.2.3 | 2,885 | 2/10/2016 |
0.2.2 | 2,794 | 1/31/2016 |
0.2.1 | 2,196 | 12/9/2015 |
0.2.0 | 2,169 | 11/17/2015 |
0.1.3 | 2,697 | 9/27/2015 |
- Fixed `TcpSocketChannel` closure on graceful socket closure
- Better alignment of IChannel implementations to netty's expected behavior for `Open`, `Active`, `LocalAddress`, `RemoteAddress`
- Proper port of `Default/IChannelPipeline` and `AbstractChannelHandlerContext` to enable channel handlers to run on different invoker.