Version | Download link | Changeset |
1.0.0.0 | | + TcpConnection + UdpConnection + ConnectionContainer + Basic functionality (Read + Write + Serialize) |
1.1.1.0 | | ~ ConnectionContainer accepts also an already working TCP and UDP connection. ~ Send/Receive user objects possible. (+ 1 byte overhead, to determin whenever the object is null or not) ~ Send/Receive arrays and lists (+ 4 byte overhead, to determin the length of the array/list) |
1.1.2.0 | | + CreateTcpConnection async + CreateUdpConnection async + CreateUdpConnection also returns a connectionResult (Tuple<Result, Connection>) + IsAlive, IsAlive_TCP and IsAlive_UDP for ConnectionContainer ~ Send/Receive timeout removed ~ ConnectionContainer connects async ~ ConnectionEstablished event also delivers the responsible tcp connection ~ Refactoring ~ Bugfixes |
1.2.0.0 | | + ServerConnectionContainer (Create a server with just one method call) + More Socket options to modify: HopLimit, NoDelay, IsRoutingEnabled, UseLoopback, IsChecksumEnabled (UDP only) – ConnectionEstablished event doesn’t deliver the responsible tcp connection ~ ServerConnectionContainer and ClientConnectionContainer same event names ~ Bugfixes |
1.3.0.0 | | + RegisterStaticPacketHandler/UnRegister for static methods added. + RequestPacket added + ResponsePacket added + RequestType attribute added + Object-oriented packet sending + receiving added ~ More ConnectionClosed enums added ~ RegisterPacketHandler no type parameter required. ~ Send requires a RequestPacket or the current instance as an additional parameter. |
2.0.0.0 | | + Lambdas as invocation target + Async sending/receiving + Icon added |
2.1.2.5 | | + Add external packets manually for a faster initial process + UDP RTT and Ping ~ UDP connection bugfix ~ UDP possible packet receive failure bugfix ~ Unknown packet bugfix ~ Other small bugfixes |
3.0.0.1 | | + Bluetooth support |
3.0.0.2 | | ~ string[] and List Bugfix |
3.3.0.2 | | + Logging + Monitor in/outgoing packets + RawData support |
3.4.0.4 | | + Configurable Performance (Connection.Performance) ~ Faster Packet Invocation ~ Faster Packet Sending ~ Better Logging – Removed external dependencies |
4.4.0.5 | | + .NET Standard 2.0 support |
5.1.0.5 | | + RSA support + SecureClient/ServerConnectionContainer + SecureTcpConnection + SecureUdpConnection ~ ConnectionFactory adjustments for RSA connections ~ NuGet dependencies updated – Removed additional .NET Standard 2.0 project s |
5.2.1.6 | | ~ Unknown Packets won’t throw an exception + Unknown Packets will be buffered for future handlers ~ RestorePacketHandler adjustments – UnLockRemoveConnection removed ~ Bugfixes |
6.1.0.3 | | + MAC Support + Linux Support – No default Constructors required ~ Bugfixes |
6.1.1.10 | | ~ Refactorings ~ Bugfixes |
6.1.3.18 | |
+ Server and Client may have their own RSA key size configuration ~ Custom RSA key sizes won’t lead to an exception anymore ~ Bugfix for the “Connection.Close” implementation for .NET Core ~ Higher detail packet logging, including ipAddresses. ~ UdpConnection: IPRemote and IPLocalEndpoint bugfix.
|
6.2.4.21 | |
~ SecureClientConnectionContainer factory changes
~ Concurrent Send/Receive Bugfix
|
6.2.4.23 | |
+ Documentation update
+ IPv6 support added
+ .NET 5 support added
– Removed .NET46 and .NET5 build target
– Bluetooth support removed
|
[…] Downloads […]
[…] Downloads […]