blob: b30b4f1273f5a9eb980c9411b774e8e78e6a5ea6 (
plain)
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
|
[CAPTURE]
locally_save = 0
save_directory = ./plug/business/qq_file_send/
[ONLINE_FEATURE]
header_len = 10
separator_header = abcd9876000003ef0000
uuid_deviation = 83
uuid_suffix = 0014
uuid_suffix_len = 2
content_deviation = 161
end_suffix_len = 17
end_suffix = abcd987600000000000000000000000901
[OFFLINE_FEATURE]
separator_header = abcd9876000003ef0000
header_len = 10
uuid_deviation = 83
uuid_suffix = 3f3f
uuid_suffix_len = 2
content_deviation = 364
end_suffix_len = 17
end_suffix = abcd987600000000000000000000000901
[NIRVANA]
udp_server_listen_port=6231
dest_addr_port=6230
dest_addr_ip_list=[192.168.10.90]
#Maximum number of connections opened by per host.
#max_connection_per_host=1
#max_used_memory_size_mb=500
#tcp_upload_block_minsize=10000
#udp_upload_block_maxsize=3072
fsstat_log_appname=SappNvnClient
fsstat_log_filepath=./log/nvnqq_file_send.fs
fsstat_log_interval=10
#0-disable fsstat, 1-rewrite, 2-append
fsstat_log_print_mode=1
fsstat_log_dst_ip=127.0.0.1
fsstat_log_dst_port=8125
|