On Jan 17, 2023, at 10:14 AM, Robert Armstrong
<bob(a)jfcl.com> wrote:
Paul Koning <paulkoning(a)comcast.net>
wrote:
I think I covered all the various cases, including datagram based ones (GRE
and
UDP).
If there are signs I missed something I'd
like to get the details.
"Bilquist bridge" circuits do not appear to recover from IP changes, even
when DNS is used.
Bob
I think I see why. I looked at the code before and see that it is asking the
name-resolution machinery to give it the current answer. And that answer is supposed to
be checked periodically. But the particular method I used for the UDP cases doesn't
do the timeout check.
I can fix that.
paul