gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] core - MessagePartHandler (what is the HostIdent


From: Christian Schulte
Subject: Re: [GNUnet-developers] core - MessagePartHandler (what is the HostIdentity *sender?)
Date: Sat, 24 Apr 2004 15:27:22 +0900

On Sat, 24 Apr 2004 01:04:51 -0500
Christian Grothoff <address@hidden> wrote:

> 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.

Okay that was what i was thinking about. So for now it does what i think. :)

  Thanks, Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]