Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in kademlia example
[simgrid.git] / examples / chord / Node.java
index 2727dd9..b4dff0f 100644 (file)
@@ -124,7 +124,8 @@ public class Node extends Process {
                                        }
                                }
                                catch (Exception e) {
-                                       
+                                       currentClock = Msg.getClock();
+                                       commReceive = null;
                                }
                                
                        }