| From now on iAuxNET has a mobile version too for Windows Mobile 6 and iPhone. |
Release notes:
+++ Implemented support for mobile platforms: Windows Mobile 6 and iPhone, both ARM architecture.
+++ Fixed Protocol V1/V2 possible crash on too big buffer when encrypted packets arrive to host expecting non-encrypted packets and vice versa, added additional byte for header crc7 value to check packet header correctness.
+++ Renamed arguments for IIPFirewall, names are more friendly.
+++ ILibrary::Initialize method will not fail if loaded Winsock version differs from requested under Windows platform.
+++ On session closure (IDevice::Close(session_id)) connection will have Receive direction be shutdown preventing arrival/processing of any incoming data to closing socket.
+++ Introduced new structure subnet_t that describes subnet (type/ip/mask).
+++ Implemented new utility functions for IUtil namesapce:
- MakeSubNet: creates IPv4/IPv6 subnet from address string in CIDR notation;
- MakeBroadcastAddress: creates IPv4 broadcast address from subnet.
+++ Improved Unicode support.


