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

Show
Ignore:
Timestamp:
05/14/06 20:55:18 (4 years ago)
Author:
zhibinwu
Comment:

--

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 
    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"