Exemple #1
0
        protected List <Contact> GetClosestNodes(ID key, KBucket bucket)
#endif
        {
            return(bucket.Contacts.OrderBy(c => c.ID ^ key).ToList());
        }
Exemple #2
0
        /// <summary>
        /// Get sorted list of closest nodes to the given key.
        /// </summary>
#if DEBUG           // For unit testing.
        public List <Contact> GetClosestNodes(ID key, KBucket bucket)