- Fixed IPv6 host name URL encoding according to RFC 6874 (#10)
- Fixed assembly file version resource to match the Nuget package version (#9)
- Updated Zyan.SafeDeserializationHelpers library to the latest version
This version no longer supports .NET Framework 3.0 and below. The minimum supported version is .NET 3.5.
- IPv6 support (.NET Framework version 3.5 and 4.6 only)
- New parameter
GenuineParameter.TcpReuseAddressPort
(bool).
Indicates whether to use TCP port sharing. If set the listener port will be shared (other apps can use the same one). In this case the socket optionSystem.Net.Sockets.SocketOptionName.ReuseAddress
will be applied. See MSDN Doc. Default value is false. - New parameter
GenuineParameter.TcpDualSocketMode
(bool).
The TCP dual socket mode will enable both IPv4 and IPv6 for the socket listener (Vista and Longhorn above only). This will be true by default. If you like to force IPv4 or IPv6 listening only, set this option to false.
- Using built-in compression classes instead of the external ICSharpCode.SharpZipLib.dll library for traffic compression.
- Deserialization of dangerous delegates (i.e.,
Process.Start
,File.Delete
, etc). - Unsafe deserialization of
DataSet
andWindowsIdentity
classes. - See Zyan.SafeDeserializationHelpers and ysoserial.net for more details.
- The initial release of the MIT-licensed open-source version of GenuineChannels.