good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 11, 2015
    • Felix Lange's avatar
      p2p/discover: fix UDP reply packet timeout handling · 590c99a9
      Felix Lange authored
      If the timeout fired (even just nanoseconds) before the deadline of the
      next pending reply, the timer was not rescheduled. The timer would've
      been rescheduled anyway once the next packet was sent, but there were
      cases where no next packet could ever be sent due to the locking issue
      fixed in the previous commit.
      
      As timing-related bugs go, this issue had been present for a long time
      and I could never reproduce it. The test added in this commit did
      reproduce the issue on about one out of 15 runs.
      590c99a9
    • Felix Lange's avatar
      p2p/discover: unlock the table during ping replacement · 01ed3fa1
      Felix Lange authored
      Table.mutex was being held while waiting for a reply packet, which
      effectively made many parts of the whole stack block on that packet,
      including the net_peerCount RPC call.
      01ed3fa1
  2. Aug 06, 2015
  3. Aug 05, 2015
  4. Aug 04, 2015
  5. Aug 03, 2015
  6. Aug 01, 2015
Loading