| 1974 | } |
| 1975 | |
| 1976 | NetworkAddress FlowTransport::currentDeliveryPeerAddress() const { |
| 1977 | return g_currentDeliveryPeerAddress.address; |
| 1978 | } |
| 1979 | |
| 1980 | bool FlowTransport::currentDeliveryPeerIsTrusted() const { |
| 1981 | return g_currentDeliverPeerAddressTrusted; |