From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-22.smtp.github.com [192.30.252.205]) by mail.toke.dk (Postfix) with ESMTPS id 066758C7575 for ; Fri, 1 Oct 2021 14:06:41 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=ATf9yPg7 Received: from github-lowworker-0f78100.ash1-iad.github.net (github-lowworker-0f78100.ash1-iad.github.net [10.56.25.48]) by smtp.github.com (Postfix) with ESMTP id A7B6956085E for ; Fri, 1 Oct 2021 05:06:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1633090000; bh=VNzqJqMNZ9ithq7EzCqSIC1YstdovvDTUGVGgp4KbEY=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=ATf9yPg7GbCaMBuwGxja0Q/ODsyyjwlUCNUdqrDX2lbMh6yOKUBPldeQ9N1GnkgCg LVpK/8yPbLnFc9Bhh15G4aybMeHPWWVNefLdAjhWtki+eVf+BQPOoD+sQbPZbbGLWB rUoq82Qv0PLS4FgVZpICWmonMMWVXZu/6FGJb154= Date: Fri, 01 Oct 2021 05:06:40 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_6156f9d09a0d6_4ddac7601084bb"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: 4OQZULQVTSHQXF7XGZV4FW7ZWEHYHX5S X-Message-ID-Hash: 4OQZULQVTSHQXF7XGZV4FW7ZWEHYHX5S X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] -6 Option ignored for hosts with IPv4 and IPv6 address (#241) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_6156f9d09a0d6_4ddac7601084bb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit j-breyer ***@***.***> writes: >>I also wonder what happens if you don't use --local-bind. > > irtt connection no longer fails, as there's no mismatch in address > families. However, as long as `mn.h2` has an IPv4 defined, it uses > IPv4 to connect, disregarding the `-6` param Hmm, I guess maybe the Go runtime has its own idea as to what constitutes the right way to lookup a hostname, then? I'll add the -6 arg for irtt, then... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/241#issuecomment-932171051 ----==_mimepart_6156f9d09a0d6_4ddac7601084bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

j-breyer ***@***.***> writes:

>>I also wonder what happens if you don't use --local-bind.
>
> irtt connection no longer fails, as there's no mismatch in address
> families. However, as long as `mn.h2` has an IPv4 defined, it uses
> IPv4 to connect, disregarding the `-6` param

Hmm, I guess maybe the Go runtime has its own idea as to what
constitutes the right way to lookup a hostname, then? I'll add the -6
arg for irtt, then...


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_6156f9d09a0d6_4ddac7601084bb--