Update from the p2p front

Markus Fritsche Fritsche.Markus at gmx.net
Sun Mar 13 11:00:05 UTC 2005


Cees de Groot wrote:

> Thanks for the compliment. In the meantime, there's a new version on  
> SqueakSource (http://www.squeaksource.com/DGV) that reflects these  
> changes. Because I rename class A into B and class C into A w.r.t.  
> previous versions, make sure to have no activity going on in the image  
> while loading this.

Somehow I don't understand how to restart it after image shutdown & 
restart. I disabled the web seeding and then did
AWGSingletonNode default peerList add:
	((AWGPeer new) nodeId: (UUID fromString: 
'89d5919c-eb01-2943-bd5e-b6c0146a213e');
		observedAddress: #(192 168 1 26);
		observedPort: 51920;
		claimedAddress: #(192 168 1 26);
		claimedPort: 51920;
		hopCount: AWGPeerList maxHopCount)
So far, so nice, but the target node doesn't update it's peerList, 
although it replies to the request.

So I think the way I manually add peers is not the way it's ought to be. 
What would the right way to manually add peers?


Regards, Markus


-- 
http://reauktion.de/archer/




More information about the Squeak-dev mailing list