> The test code is a simple fstream.readData(ipa.addr, ipa.sizeof) with ipa > being a var IpAddress
I would be very carefully doing that, as IpAddress seems to be a Sum Type/UniounType/Object variant. It may work without problems, just I am not sure. [https://nim-lang.org/docs/net.html#IpAddress](https://nim-lang.org/docs/net.html#IpAddress)
