public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* nncp-caller not respecting addr limitation
@ 2023-09-09  3:46 John Goerzen
  2023-09-23 12:14 ` Sergey Matveev
  0 siblings, 1 reply; 2+ messages in thread
From: John Goerzen @ 2023-09-09  3:46 UTC (permalink / raw)
  To: nncp-devel

Hi,

In my nncp.hjson for a neighbor, I have:

      calls: [
        {
          cron: "*/15 * * * *"
          #onlinedeadline: 43200
          #maxonlinetime: 43200
          addr: lan
        },
      ]

The idea being that when I am not on my home lan, I don't want caller to
be invoking automatically.  However, the addr limitation isn't being
respected; when the lan addr isn't available, it's using another addr
specified for the peer.

Weirdly, in the log file, I also see connect timed out errors for the
lan addr.  So I guess it's trying them both maybe?

Thanks!

- John

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-23 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-09  3:46 nncp-caller not respecting addr limitation John Goerzen
2023-09-23 12:14 ` Sergey Matveev