Changes between Version 35 and Version 36 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 19, 2012, 2:50:35 PM (12 years ago)
Author:
jeffrabi
Comment:

Added Back 'mss'

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v35 v36  
    8686  node.addApplication("test:app:iperf") do |app|
    8787    app.setProperty('client', '10.41.14.4', true)
     88    app.setProperty('mss', 536) # Do not raise above 536
    8889    app.setProperty('interval', 1)
    8990    app.setProperty('bind', "10.41.14.1")