updated ft with experimental cca
This commit is contained in:
3
external/tox_ngc_ft1/CMakeLists.txt
vendored
3
external/tox_ngc_ft1/CMakeLists.txt
vendored
@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
add_library(tox_ngc_ft1 STATIC
|
||||
./tox_ngc_ft1/ngc_ft1.h
|
||||
./tox_ngc_ft1/ngc_ft1.cpp
|
||||
|
||||
./tox_ngc_ft1/ledbat.hpp
|
||||
./tox_ngc_ft1/ledbat.cpp
|
||||
)
|
||||
|
||||
target_include_directories(tox_ngc_ft1 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/tox_ngc_ft1")
|
||||
|
2
external/tox_ngc_ft1/tox_ngc_ft1
vendored
2
external/tox_ngc_ft1/tox_ngc_ft1
vendored
Submodule external/tox_ngc_ft1/tox_ngc_ft1 updated: a7b5c31369...e1b5dd2080
@ -32,7 +32,7 @@ SHA1::SHA1(
|
||||
|
||||
_udp_only = cl.request_only_from_udp_peer;
|
||||
_max_concurrent_in = cl.max_incoming_transfers;
|
||||
_max_concurrent_out = cl.max_incoming_transfers;
|
||||
_max_concurrent_out = cl.max_outgoing_transfers;
|
||||
|
||||
// build lookup table
|
||||
for (size_t i = _sha1_info.chunks.size(); i > 0; i--) {
|
||||
|
Reference in New Issue
Block a user