diff options
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | test_script_server_kill_ida | 17 |
2 files changed, 20 insertions, 2 deletions
@@ -274,7 +274,8 @@ make install Temporarily, to shut down server: -cd sctplib-1.0.7/sctplib/programs -./test_tool ../../../test_script_server_kill +./sctplib-1.0.7/sctplib/programs/test_tool test_script_server_kill_ida +(Remove _ida if not at IDA). Currently clients must have a different IP address than the server. + diff --git a/test_script_server_kill_ida b/test_script_server_kill_ida new file mode 100644 index 0000000..346490a --- /dev/null +++ b/test_script_server_kill_ida @@ -0,0 +1,17 @@ +initialize: ip=129.246.80.226, port=9999, instreams=17, outstreams=17; + +set_ack_delay: delay=1000; + +associate: ip=129.246.80.225, port=7, instreams=17, outstreams=17; +# associate: ip=129.246.80.225, port=100, instreams=17, outstreams=17; + +set_payload_header: type=1234, mbu=56, mch=78, jc1=9A, jc2=BC; +set_payload_body: length=16, contents=",0 2 3 4 5 6"; + + + +pause: time=100; + +send_chunks: num=1, stream=0, delay=100; + + |