diff options
| author | lijia <[email protected]> | 2019-07-12 09:52:48 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2019-07-12 09:52:48 +0800 |
| commit | 6a19de45c60fb804f47af586c893d42ee61aa4bf (patch) | |
| tree | 9ef2bc035748c8ab34fc6480d06f4ef4a7b5df8e /.gitmodules | |
| parent | 1664ee6fbca0e142ea8ea89d7af0224a02645bab (diff) | |
删除libevent对openssl的依赖,目前仅用libevent的超时机制,禁用ssl部分功能;添加gtest_sapp.inf
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index e3578c5..ff481af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,6 @@ [submodule "test/sapp_module_test"] path = test/sapp_module_test url = https://lijia:[email protected]/Alpha_lib/sapp_module_test.git - -[submodule "test/banchmark_pcap"] - path = test/banchmark_pcap +[submodule "test/benchmark_pcap"] + path = test/benchmark_pcap url = https://lijia:[email protected]/public_resources/benchmark_pcap.git |
