mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-26 01:59:59 +00:00
5b28e8c488
* count published messages * don't call `switch.dial` in `subscribeToPeer` * don't use delegation in connection * move connection out to own file * don't breakout on reset * make sure to call close on secured conn * add lpstream tracing * don't breackdown by conn id * fix import * remove unused lable * reset connection on exception * add additional metrics for skipped messages * check for nil in secure.close
24 lines
408 B
Nim
24 lines
408 B
Nim
import testvarint,
|
|
teststreamseq
|
|
|
|
import testrsa,
|
|
testecnist,
|
|
tested25519,
|
|
testsecp256k1,
|
|
testcrypto
|
|
|
|
import testmultibase,
|
|
testmultihash,
|
|
testmultiaddress,
|
|
testcid,
|
|
testpeer
|
|
|
|
import testtransport,
|
|
# testmultistream,
|
|
testbufferstream,
|
|
testidentify,
|
|
testswitch,
|
|
testnoise,
|
|
testpeerinfo,
|
|
testmplex
|