PeerConnectionDetails(ipAddressString: String, port: Int)
Second constructor, taking a IP address string
PeerConnectionDetails(ipAddress: InetAddress, port: Int)
Peer connection details.
Similar to TomP2P's PeerAddress
, but can be entered by a user.