DNS Decoder create version
This commit is contained in:
9
test/env/conflist.inf
vendored
Normal file
9
test/env/conflist.inf
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[platform]
|
||||
./plug/stellar_on_sapp/start_loader.inf
|
||||
|
||||
|
||||
[protocol]
|
||||
|
||||
|
||||
[business]
|
||||
./plug/stellar_on_sapp/defer_loader.inf
|
||||
BIN
test/env/sapp-4.3.57.16ea514-1.el8.x86_64.rpm
vendored
Normal file
BIN
test/env/sapp-4.3.57.16ea514-1.el8.x86_64.rpm
vendored
Normal file
Binary file not shown.
11
test/env/spec.toml
vendored
Normal file
11
test/env/spec.toml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# stellar_plugin.toml
|
||||
#
|
||||
[[plugin]]
|
||||
path = "./stellar_plugin/dns_decoder.so"
|
||||
init = "dns_decoder_init"
|
||||
exit = "dns_decoder_exit"
|
||||
|
||||
[[plugin]]
|
||||
path = "./stellar_plugin/dns_decoder_test_plug.so"
|
||||
init = "dns_decoder_test_init"
|
||||
exit = "dns_decoder_test_exit"
|
||||
17
test/env/start_loader.inf
vendored
Normal file
17
test/env/start_loader.inf
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
[PLUGINFO]
|
||||
PLUGNAME=stellar_start_loader
|
||||
SO_PATH=./plug/stellar_on_sapp/stellar_on_sapp.so
|
||||
INIT_FUNC=STELLAR_START_LOADER_INIT
|
||||
DESTROY_FUNC=STELLAR_START_LOADER_EXIT
|
||||
|
||||
[TCP_ALL]
|
||||
FUNC_FLAG=ALL
|
||||
FUNC_NAME=stellar_on_sapp_tcpall_entry
|
||||
|
||||
[TCP]
|
||||
FUNC_FLAG=ALL
|
||||
FUNC_NAME=stellar_on_sapp_tcp_entry
|
||||
|
||||
[UDP]
|
||||
FUNC_FLAG=ALL
|
||||
FUNC_NAME=stellar_on_sapp_udp_entry
|
||||
BIN
test/env/stellar-on-sapp-2.1.0.0e6d541-1.el8.x86_64.rpm
vendored
Normal file
BIN
test/env/stellar-on-sapp-2.1.0.0e6d541-1.el8.x86_64.rpm
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user