]> git.parisson.com Git - deefuzzer.git/commitdiff
remove delay test
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 17 Apr 2009 07:44:30 +0000 (07:44 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 17 Apr 2009 07:44:30 +0000 (07:44 +0000)
deefuzz.py

index 280963f2cfd5771d466b723772a1fde62651da76..c4c6783a3563d9a6535141fc2deef887a421af74 100755 (executable)
@@ -427,10 +427,8 @@ class Station(Thread):
                     it = q.get(1)
                     try:
                         self.channel.send(__chunk)
+                        self.channel.sync()
                         # self.logger.write('Station delay (ms) ' + self.short_name + ' : '  + str(self.channel.delay()))
-                        # Sleeping only if delay is positive
-                        if self.channel.delay() > 0:
-                            self.channel.sync()
                     except:
                         self.logger.write('ERROR : Station ' + self.short_name + ' : could not send the buffer... ')
                     q.task_done()