Official eMule-Board: Bug In Kademlia\kademlia\entry.cpp - Official eMule-Board

Jump to content


Page 1 of 1

Bug In Kademlia\kademlia\entry.cpp Possible typo during refactoring

#1 User is offline   Enig123 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 599
  • Joined: 22-November 04

Posted 10 March 2025 - 04:16 AM

Line 390 in kademlia\kademlia\Entry.cpp, code base 0.70b:
				if ((tNow < Cur.m_tLastPublish) + (KADEMLIAREPUBLISHTIMES - HR2S(1))) {

should be
				if (tNow < Cur.m_tLastPublish + KADEMLIAREPUBLISHTIMES - HR2S(1)) {

This post has been edited by Enig123: 10 March 2025 - 04:16 AM

1

#2 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5049
  • Joined: 13-May 07

Posted 10 March 2025 - 10:28 AM

Thanks.
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users