Merge commit '4f02c2b55b1eb57f39d69fe7f4319b4cbb50240e'

This commit is contained in:
2023-11-17 16:01:52 +01:00
8 changed files with 55 additions and 21 deletions

View File

@ -16,6 +16,7 @@ cc_binary(
testonly = 1,
srcs = ["DHT_bootstrap.c"],
deps = [
":bootstrap_node_packets",
"//c-toxcore/testing:misc_tools",
"//c-toxcore/toxcore:DHT",
"//c-toxcore/toxcore:LAN_discovery",