Thanks for the answers so far, but it did not help me much.
When I try to run it from a host called finnsnes to a host called
ballangen, I get this output:

[root@finnsnes Netspec]# netspec script.ballangen
NetSpec Version 3.0 alpha 1 Control Daemon finnsnes.unik.no[466] ready
NetSpec Version 3.0 TCPgamma 1, UDPalpha 1 Test Daemon finnsnes.unik.no[467] ready
NetSpec Version 3.0 TCPgamma 1, UDPalpha 1 Test Daemon ballangen.unik.no[756] ready

And it just hangs there. Nothing more happens.

The script is like this:

[root@finnsnes Netspec]# more script.ballangen
cluster {
        test finnsnes {
        type = full(blocksize=32768, duration=3);
        protocol=tcp(window=131072);
        own=finnsnes:42001;
        peer=ballangen:42002;
        }
        test ballangen {
        type=sink(blocksize=32768, duration=3);
        protocol=tcp(window=131072);
        own=ballangen:42002;
        peer=finnsnes:42001;
        }
}

>From my hub I can see that it sends data for 3 seconds.
Why is it not working for me?

Svend!

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to