Index: sample/pingpong/PingPong.cpp
===================================================================
--- sample/pingpong/PingPong.cpp	(revision 3690)
+++ sample/pingpong/PingPong.cpp	(revision 3718)
@@ -69,7 +69,11 @@
 	node->start();
 
+	// when initiating, you can define the overlay type, default is Chord [CHORD_OVERLAY]
+	SpoVNetProperties params;
+	//params.setBaseOverlayType( SpoVNetProperties::ONE_HOP_OVERLAY ); // alternative: OneHop
+
 	// initiate or join the spovnet
 	if (!isInitiator) node->join(spovnetName);
-	else node->initiate(spovnetName);
+	else node->initiate(spovnetName, params);
 
 	// ping pong started up...
