public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: John Goerzen <jgoerzen@complete•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Receiving non-local packets from bundle
Date: Wed, 23 Feb 2022 10:26:23 -0600	[thread overview]
Message-ID: <87czjdmtw0.fsf@complete.org> (raw)

Hi Sergey,

I have a question about nncp-bundle.

The documentation says:

"You can specify multiple NODE arguments, telling for what nodes you
want to create the stream, or take it from. If no nodes are specified
for -rx mode, then all packets aimed at us will be processed."

My question is: what happens when nodes other than the local node are
given as part of that list?  Presumably in that case, NNCP is unable to
decrypt the packets.  Does it just copy what it received from the bundle
into the tx directory for that node?  Does it apply via routing logic if
such is given in nncp.hjson for that node (like redir, wrapping the
packet in a transitional one)?

I note that nncp-xfer doesn't have that kind of option, though it could
certainly have the same sort of scenario.  Is there a particular reason
for that?

Thanks,

John

             reply	other threads:[~2022-02-23 16:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 16:26 John Goerzen [this message]
2022-02-24 11:35 ` Receiving non-local packets from bundle Sergey Matveev