Am 24.01.2014 20:15, schrieb punkUser:

Ugh, and no sooner do I post this than do I notice the "peer_address" optional parameter on recv... no idea how I missed that when looking around yesterday :S

Still curious about constructing a network address with port, but pretty low priority, thanks :)

It's currently a bit sub optimal, because parsing IP addresses requires
OS specific functions and is thus done in the event driver. But
eventually, I'd like to have this functionality available directly in
NetworkAddress, either by writing an own IP address parser, or by
putting version blocks there and using the OS functions.