pull/2141/head
dan 1 year ago
parent cae52fd3b5
commit c54e860726

@ -44,7 +44,7 @@ namespace llarp::quic
// to try: set ports to 0
Path path{
Address{SockAddr{"::1"sv, huint16_t{0}}, std::nullopt},
Address{SockAddr{"::1"sv, huint16_t{port}}, std::move(remote)}};
Address{SockAddr{"::1"sv, huint16_t{pseudo_port}}, std::move(remote)}};
log::debug(logcat, "Connecting to {} with addr_variant {}", path.remote, *path.remote.endpoint);
log::debug(logcat, "pseudo_port = {}, port = {} at {}", pseudo_port, port, __LINE__);

Loading…
Cancel
Save