Ticket #69: test.patch

File test.patch, 465 bytes (added by dx, 17 months ago)

add a 10 seconds delay after each ADL to allow the router to send those packets...

  • core.py

     
    331331        # send our contacts (as of rev 411 only FL contacts are sent) 
    332332        for i in self.createADL(): 
    333333            self.socket.sendPayloadCommand( "ADL", '', i ) 
     334            time.sleep(10) # wait 10 seconds 
    334335         
    335336        # change the personal message 
    336337        self.changePersonalMessage('')