removed usage of longs, updated int instance checking and octal constants to be 2/3 compliant
This commit is contained in:
parent
5b7453b906
commit
8d6bf54a16
11 changed files with 27 additions and 25 deletions
|
@ -491,7 +491,7 @@ class Ns3Session(Session):
|
|||
net.mobility.setendtime()
|
||||
net.mobility.refresh_ms = 300
|
||||
net.mobility.empty_queue_stop = False
|
||||
of = ns.network.OutputStreamWrapper(filename, filemode=777)
|
||||
of = ns.network.OutputStreamWrapper(filename, filemode=0o777)
|
||||
self.mobhelper.EnableAsciiAll(of)
|
||||
self.mobilitytracethread = threading.Thread(
|
||||
target=self.mobilitytrace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue