From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23682 invoked from network); 3 Oct 2023 23:05:35 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 3 Oct 2023 23:05:35 -0000 Received: from pb-smtp20.pobox.com ([173.228.157.52]) by 9front; Tue Oct 3 19:02:32 -0400 2023 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 235E32D05E for <9front@9front.org>; Tue, 3 Oct 2023 19:02:27 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; s=sasl; bh=fjUh6FyE9FeRWDylJaq4FTzTM Ot5LKWP87kqRqxSZQQ=; b=aAd+/0Ct0ODKkiNLIY51v9K/EKAwzAZBaqVxgQlff SqmasGfMprjfHyCEnA/JCyaHsNv/NkXvqVxZ8VljvGYYtb9WnYusjvLk1QfO6ZqR UbDkUbmHwrsDEtEMCCYtvfJFcRVJwt/QEmdWkFDsZH3BOZe93EXFiVfQdB1Wa+SL 2I= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 1D29C2D05D for <9front@9front.org>; Tue, 3 Oct 2023 19:02:27 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from strider.localdomain (unknown [75.237.252.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 781BA2D05C for <9front@9front.org>; Tue, 3 Oct 2023 19:02:23 -0400 (EDT) (envelope-from unobe@cpan.org) Message-ID: <0BF086A514DDC564F68D9C0A7862D9C3@smtp.pobox.com> To: 9front@9front.org Date: Tue, 03 Oct 2023 16:02:21 -0700 From: unobe@cpan.org In-Reply-To: <0BCEE42528CE6C80EFFD5B6D3B7CEC47@eigenstate.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: E9D856A4-6240-11EE-A2AD-F515D2CDFF5E-09620299!pb-smtp20.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: grid-oriented element framework Subject: Re: [9front] DNS/ICMP via sshnet(4) or drawterm Reply-To: 9front@9front.org Precedence: bulk Quoth ori@eigenstate.org: > if the goal is dns, it may be better to simply make us > fall back to dns-over-tcp. Thanks for pointing that out, Ori. I didn't know about dns-over-tcp; I never had to do a request that required it, apparently. That would entail modifying ndb/dns*, yeah? My other major use case is ping. I see that there is such a thing as ping-over-tcp. I suppose one of the use cases for providing ping-over-tcp is seeing if packet-shaping is having an impact on a connection. That would suggest to me that ip/ping would be modified, or just a separate utility.