QHostAddress MSocketDevice::peerAddress() const { if ( pp==0 && isValid() ) { MSocketDevice *that = (MSocketDevice*)this; // mutable that->fetchPeerConnectionParameters(); } return pa; }
quint16 MSocketDevice::peerPort() const { if ( pp==0 && isValid() ) { MSocketDevice *that = (MSocketDevice*)this; // mutable that->fetchPeerConnectionParameters(); } return pp; }