This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mesa-platform-quic/bin/quic.inf

10 lines
214 B
INI
Raw Normal View History

2024-06-07 19:03:56 +08:00
[[plugin]]
path = "./stellar_plugin/quic/quic.so"
2024-06-07 19:03:56 +08:00
init = "QUIC_ONLOAD"
exit = "QUIC_UNLOAD"
2020-05-20 11:36:25 +08:00
2024-06-07 19:03:56 +08:00
[[plugin]]
path = "./stellar_plugin/quic/quic_test_plug.so"
2024-06-07 19:03:56 +08:00
init = "QUIC_TEST_PLUG_INIT"
exit = "QUIC_TEST_PLUG_DESTROY"