BLOG     |     FORUM
Welcome, Guest
Username: Password: Remember me
All your questions answered real quick by Unleash Networks Engineers.
  • Page:
  • 1

TOPIC: tcp congestion analysis breaks with new ruby

tcp congestion analysis breaks with new ruby 17 years 7 months ago #60

  • derringer
  • derringer's Avatar
The TCP congestion analysis tool does not work anymore after I upgraded to Ruby 1.8.4-20. I used the one-click installer.

When I run the anastm.rb program :


C:\auttest\rubysamp>anastm berrtest.usnf 2 In
C:/auttest/rubysamp/anastm.rb:17: uninitialized constant Fox (NameError)

Is there a workaround ?
-
Mike
The administrator has disabled public write access.

Re:tcp congestion analysis breaks with new ruby 17 years 7 months ago #61

  • tvinceruby
  • tvinceruby's Avatar
This is because the new ruby distributions include version 1.6.1 of FxRuby. The TCP analysis script (anastm.rb) uses FxRuby for its user interface.

Type the line

[code:1]require 'fox16'[/code:1]

Note: The case is important.

before the include Fox line. This ought to pull in the FxRuby 1.6 classes.

Hope that helps
--
Tim Vincent
The administrator has disabled public write access.
  • Page:
  • 1
Moderators: vivek [unleash]
Time to create page: 0.027 seconds