| 709 | } |
| 710 | |
| 711 | inline sockaddr const * |
| 712 | NetVConnection::get_effective_remote_addr() |
| 713 | { |
| 714 | if (pp_info.version != ProxyProtocolVersion::UNDEFINED && is_proxy_protocol_cp_src) { |
| 715 | return get_proxy_protocol_src_addr(); |
| 716 | } else { |
| 717 | return get_remote_addr(); |
| 718 | } |
| 719 | } |
| 720 | |
| 721 | inline IpEndpoint const & |
| 722 | NetVConnection::get_client_endpoint() |
no outgoing calls
no test coverage detected