Changes between Version 1 and Version 2 of Old/Documentation/OTG/ScriptsRepository/ProtoDefTcpSender
- Timestamp:
- May 15, 2006, 12:55:18 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/ScriptsRepository/ProtoDefTcpSender
v1 v2 1 1 [wiki:WikiStart Orbit] > [wiki:Documentation/OTG OTG] > [wiki:Documentation/OTG/ScriptsRepository Scripts Repository] > tcp_sender.rb 2 2 3 3 {{{ … … 11 11 require 'handler/appDefinition' 12 12 13 p = Prototype.create("test:proto:tcp sender")13 p = Prototype.create("test:proto:tcp_sender") 14 14 p.name = "Sender" 15 15 p.description = "A node which transmit a stream of packets"