KeienWang
|
ae44ef95cf
|
docs: fix broken link in README
|
9 months ago |
GoodDaisy
|
a759ed5548
|
chore: fix typos (#2694)
|
9 months ago |
Sukun
|
cea5b4ce17
|
libp2phttp: fix flaky ExampleHost_listenOnHTTPTransportAndStreams (#2697)
|
9 months ago |
GitHub
|
4ed5852d25
|
chore: Update .github/workflows/stale.yml [skip ci]
|
9 months ago |
Jorropo
|
6aa701ac36
|
chore: update go-multiaddr 0.12.2 (#2691)
* chore: update go-multiaddr 0.12.2
* chore: fix too many require blocks in go.mod
|
10 months ago |
Vehorny
|
28c0f6ab32
|
chore(p2p/host): fix typos (#2683)
* readme
* scope
* natmgr
* svc
---------
Co-authored-by: Sukun <sukunrt@gmail.com>
|
10 months ago |
KeienWang
|
d76a43fbe1
|
chore: fix typos (#2689)
|
10 months ago |
Jorropo
|
e33f4c425f
|
defaults: do TLS by default for encryption (#2650)
* p2p/security: add transport independent benchmarks
* defaults: do TLS by default for encryption
Tls has much better throughput, the handshake benchmark is fairly noisy, there is no significant performance difference, however it does allocate more.
```
goos: linux
goarch: amd64
cpu: AMD Ryzen 5 3600 6-Core Processor
BenchmarkNoise/throughput/32KiB-12 24984 46605 ns/op 703.10 MB/s 37 B/op 2 allocs/op
BenchmarkNoise/throughput/1MiB-12 1134 1459483 ns/op 718.46 MB/s 663 B/op 34 allocs/op
BenchmarkNoise/handshakes-12 1302 1054533 ns/op 32691 B/op 348 allocs/op
BenchmarkTls/throughput/32KiB-12 49006 24309 ns/op 1347.99 MB/s 50 B/op 2 allocs/op
BenchmarkTls/throughput/1MiB-12 1747 778498 ns/op 1346.92 MB/s 1603 B/op 64 allocs/op
BenchmarkTls/handshakes-12 1116 1045475 ns/op 105257 B/op 1478 allocs/op
```
|
10 months ago |
Sukun
|
c681c4a9b8
|
webrtc: fix flaky TestMaxInFlightRequests (#2682)
|
10 months ago |
Håvard Anda Estensen
|
c6e99f10af
|
chore: remove unnecessary conversions (#2680)
|
10 months ago |
Halimao
|
5286cdafab
|
chore: update chat-with-mdns example readme (#2678)
* chore: update readme for example chat-with-mdns
* update old example code
|
10 months ago |
Halimao
|
43be1452d3
|
examples: call NewStream from only one side (#2677)
* refactor: call NewStream from only one side
* Update examples/chat-with-mdns/main.go
Co-authored-by: Sukun <sukunrt@gmail.com>
* Update examples/chat-with-mdns/main.go
Co-authored-by: Sukun <sukunrt@gmail.com>
---------
Co-authored-by: Sukun <sukunrt@gmail.com>
|
10 months ago |
alex
|
317c9fff7d
|
chore: fix typos in comment (#2674)
|
10 months ago |
Jorropo
|
d996df5e3c
|
chore: update go-libp2p-asn-util (#2673)
|
11 months ago |
Sukun
|
4b6955b7dc
|
chore: update go security policy url (#2665)
|
11 months ago |
Marten Seemann
|
b9f71a7ac1
|
security: remove separate licenses for Noise and TLS (#2663)
This should be covered by the general project license.
|
11 months ago |
Sukun
|
97b4ca0fc8
|
webrtc: clarify that there is no reuseport functionality (#2652)
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
|
11 months ago |
Sukun
|
7e18493c0d
|
rcmgr: fix connmgr connection limit conflict warning (#2648)
|
11 months ago |
吴小白
|
19ffd56058
|
tcp: fix build on loong64 (#2655)
|
11 months ago |
Alexandr Burdiyan
|
0d52da2c02
|
swarm: fix grafana dashboard templating (#2640)
|
12 months ago |
shuoer86
|
3089ac3061
|
chore: fix typos (#2608)
Co-authored-by: Sukun <sukunrt@gmail.com>
|
12 months ago |
Alexandr Burdiyan
|
50cf207b14
|
chore: add resource manager dashboard to docker-compose (#2641)
|
12 months ago |
Marten Seemann
|
284469128b
|
pstoremanager: fix race condition when removing peers from peer store (#2644)
|
12 months ago |
Piotr Galar
|
5c9583419b
|
ci: ignore protoc version comment on go generate (#2631)
* ci: ignore protoc version comment on go generate
* ci: update .github/workflows/go-check.yml
|
12 months ago |
Sukun
|
fc1c9f5d4e
|
chore: update examples to v0.32 (#2626)
|
1 year ago |
John Chase
|
1d84b7d18e
|
examples: remove unused 'SetStreamHandler' (#2598)
|
1 year ago |
Eric
|
2f274fc300
|
Update docs from RSA to Ed25519 (#2606)
Co-authored-by: Eric McDonald <librick@users.noreply.github.com>
|
1 year ago |
Sukun
|
abca4e6930
|
release v0.32.1 (#2637)
|
1 year ago |
Jorropo
|
2c433852f7
|
swarm: fix timer Leak in the dial loop (#2636)
|
1 year ago |
Sukun
|
4e2a16dd3f
|
release v0.32.0 (#2625)
|
1 year ago |
Sukun
|
69b4d9caca
|
chore: update js-libp2p examples repo (#2624)
|
1 year ago |
Sukun
|
e700b4b517
|
chore: update dependencies for v0.32 release (#2621)
|
1 year ago |
Sukun
|
6d306bf932
|
identify: don't filter dns addresses based on remote addr type (#2553)
* identify: don't filter dns addresses based on remote addr type
* upgrade go-multiaddr
* fix test race
|
1 year ago |
Sukun
|
2c36d31678
|
webrtc: fix race in TestRemoveConnByUfrag (#2620)
|
1 year ago |
Marten Seemann
|
81d5c0c835
|
swarm: fix recursive resolving of DNS multiaddrs (#2564)
* swarm: fix recursive resolving of DNS multiaddrs
* add a test case
|
1 year ago |
Thomas Eizinger
|
c463bcd459
|
ci: migrate to renamed interop test action (#2617)
|
1 year ago |
Marten Seemann
|
210133267d
|
quic: update quic-go to v0.39.1, set a static resumption token generator key (#2572)
|
1 year ago |
Marten Seemann
|
476eda472a
|
test/basichost: fix flaky test due to rcmgr (#2613)
|
1 year ago |
Marten Seemann
|
c4bf8a1596
|
swarm: use typed atomics (#2612)
|
1 year ago |
Sukun
|
f5493140ff
|
swarm: cleanup stream handler goroutine (#2610)
|
1 year ago |
Sukun
|
e9c542ba8c
|
circuitv2: don't check ASN for private addrs (#2611)
|
1 year ago |
Sukun
|
f4b7369658
|
swarm: use happy eyeballs ranking for TCP dials (#2573)
|
1 year ago |
Sukun
|
2b57e269ff
|
webrtc: fix race in TestMuxedConnection (#2607)
|
1 year ago |
Marten Seemann
|
99f7611270
|
tcp: fix build on riscv64 (#2590)
* tcp: fix build on riscv64
* explain why riscv64 doesn't work
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
---------
Co-authored-by: Jorropo <jorropo.pgm@gmail.com>
|
1 year ago |
Eric
|
01886871a4
|
Fix missing deprecation tag (#2605)
Co-authored-by: Eric McDonald <librick@users.noreply.github.com>
|
1 year ago |
Sukun
|
17a464978a
|
swarm: wait for transient connections to upgrade for NewStream (#2542)
|
1 year ago |
tk
|
26b064fe60
|
docs: fix typos (#2604)
|
1 year ago |
Sukun
|
c2124f76f6
|
webrtc: correctly report incoming packet address on muxed connection (#2586)
|
1 year ago |
Dennis Trautwein
|
1195bf500a
|
swarm: add loopback to low timeout filter (#2595)
|
1 year ago |
vuittont60
|
805741bdc0
|
Fix typos in comments and a test failure message (#2600)
No functional change.
|
1 year ago |