Changes between Version 1 and Version 2 of Documentation/OTG/ScriptsRepository/ProtoDefTcpSender
- Timestamp:
- 05/14/06 20:55:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
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"
