Changeset 383

Show
Ignore:
Timestamp:
07/27/09 15:41:55 (15 years ago)
Author:
sriram
Message:

Removing syntax error

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/sriram/dsa.py

    r382 r383  
    301301                                if traffic_flag != True: 
    302302                                        n_attempts_counter += 1 
    303                                         if n_attempts_counter  > n_attempts #get out of the data channel as it seems that the other node is still trying to rendezvous 
     303                                        if n_attempts_counter  > n_attempts: #get out of the data channel as it seems that the other node is still trying to rendezvous 
    304304                                                mode = "sync" 
    305305                                                continue