1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
dan 2023-03-08 15:52:14 -08:00
parent c54e860726
commit 0f312d26c8

View file

@ -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{pseudo_port}}, std::move(remote)}};
Address{SockAddr{"::1"sv, huint16_t{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__);