Changes between Version 2 and Version 3 of Old/Documentation/OTG/ScriptsRepository/ProtoDefSender
- Timestamp:
- Sep 29, 2005, 4:32:29 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/ScriptsRepository/ProtoDefSender
v2 v3 16 16 # List properties of prototype 17 17 p.defProperty('protocol', 'Protocol to use', 'udp') 18 p.defProperty('port', 'port to bind by sender', 3000) 18 19 p.defProperty('generator', 'Generator to use', 'cbr') 19 20 p.defProperty('destinationHost', 'Host to send packets to') … … 29 30 otg = p.addApplication(:otg, "test:app:otg") 30 31 otg.bindProperty('protocol') 31 ptg.bindProperty('generator') 32 otg.bindProperty('port') 33 otg.bindProperty('generator') 32 34 otg.bindProperty('dsthostname', 'destinationHost') 33 35 otg.bindProperty('size', 'packetSize')