Connections are established in two situations. 1. When we have the node in our rt we open a connection to it since we might want to route requests to it. 2. When we need to send a message to that node.. (A sends request to B over connection AB, connection AB is closed for one reason or another, B needs to send the answer to A, connection BA is established)
/N ----- Original Message ----- From: "Peter Soden" <[EMAIL PROTECTED]> To: "Discussion of development issues" <[EMAIL PROTECTED]> Sent: Monday, December 01, 2003 3:12 PM Subject: RE: [freenet-dev] stable net kicking ass > Quoting "Edward J. Huff" <[EMAIL PROTECTED]>: > > > I asked how these connections got established. > > It seems we _never_ send > > requests to nodes not in the RT. Ergo, they > > were in the RT but got > > dropped. I haven't checked the code to make > > certain, however. > > I didn't see any questions asked about these > connections, but if you can point me in the direction > to work out how or why they are established I'll keep > an eye on my node to see whats going on with it. > > Pete > _______________________________________________ > Devl mailing list > [EMAIL PROTECTED] > http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl > _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
