Changes between Version 1 and Version 2 of Old/Documentation/OTG/ScriptsRepository/ProtoDefTcpSender


Ignore:
Timestamp:
May 15, 2006, 12:55:18 AM (18 years ago)
Author:
zhibinwu
Comment:

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
    22
    33{{{
     
    1111require 'handler/appDefinition'
    1212
    13 p = Prototype.create("test:proto:tcpsender")
     13p = Prototype.create("test:proto:tcp_sender")
    1414p.name = "Sender"
    1515p.description = "A node which transmit a stream of packets"