Apologies if this is an RTFM fail on my part.
I'm trying to use this library to connect to multiple remotes, each of which is sending their own stream. I'd like to be able to sort out which incoming packet comes from which remote, without opening different ports for each remote. What's the best way to handle this? I see there's an address attribute of RawPacket, but it's private. What am I missing?
If there's a better channel for this question I'd be happy to redirect it. Thanks.