Good morning,<br><br>I&#39;m considering adding some extra features to my enet based peer to peer application. I&#39;d like the main server to be smart enough to discover which peers have the shortest connection path to each other. When a peer requests a list of other peers to connect to then the server can deliver an optimal list. The only way I could think of to implement this would be to do a tracert to each peer and sort the list of peers by what common paths they share. Has anyone done icmp packets with enet? I know it&#39;s not it&#39;s intended function but it doesn&#39;t seem like it would be difficult to hack together. If anyone has any better ideas on how to implement this I&#39;d love to hear them.<br>
<br>Thanks!<br>Have a good weekend<br><br><br>