[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] core - MessagePartHandler (what is the HostIdent
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] core - MessagePartHandler (what is the HostIdentity *sender?) |
Date: |
Sat, 24 Apr 2004 01:04:51 -0500 |
User-agent: |
KMail/1.6.1 |
On Saturday 24 April 2004 00:41, Christian Schulte wrote:
> typedef int (*MessagePartHandler)(HostIdentity * sender,
> p2p_HEADER * message);
>
>
> The HostIdentity isbviously not necessarily related to a direct connection
> between my and the originating node of this message. An established
> communication channel like a tcp-socket or a udp-session.
Right.
> So when my message handler gets called what can i expect the sender to be.
> Can it be any node in the network or just one of those to which i have a
> direct connection ?
For now, it can only be a node to which there is a direct connection. Of
course, this is only a type and its use could change.
Christian