forked from mcproxy/mcproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tester.ini
63 lines (53 loc) · 1.46 KB
/
tester.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[recv4] ;to_do, user defined name
action=receive
interface=eth0
group=239.99.99.99
src_0=1.1.1.1
src_1=2.2.2.2
src_2=3.3.3.3
port=1234
parse_time_stamp=true ;false
filter_mode=include ;or exclude
print_status_msg=true ;false
save_to_file=false ;true
file_name=delayTestFile
include_file_header=true ;false
include_data=true ;false
include_summary=true ;false
file_operation_mode=append ;override
max_count=0 ;0=infinity
lifetime=10000 ;milliseconds, 0=endless, or action is finnished
to_do_next=send_a_hello ;null for no next event
ignore_duplicated_packets=false ;true
[recv6] ;to_do, user defined name
action=receive
interface=eth0
group="FF05::99:99"
src_0="2001::1:1:1"
src_1="2002::2:2:2"
src_2="2003::3:3:3"
port=1234
filter_mode=include ;or exclude
print_status_msg=true ;false
save_to_file=true ;false
file_name=delayTestFile
include_file_header=true ;false
file_operation_mode=append ;override
max_count=0 ;0=infinity
lifetime=0 ;milliseconds, 0=endless, or action is finnished
to_do_next=null ;null for no next event
ignore_duplicated_packets=false ;true
[send_a_hello]
action=send
interface=eth0
group=239.99.99.99
msg="hello"
include_time_stamp=true ;false
max_count=20 ;0=infinity
send_interval=100 ;milliseconds
busy_waiting_counter=0 ;normaly 0, if a send interval of a millisecond is two high try this. (1000 could be 10usecs)
print_status_msg=true ;false
ttl=10
port=1234
lifetime=0 ;milliseconds, 0=endless, or action is finnished
to_do_next=null ;null for no next event