go-libp2p/p2p/net/swarm
Marten Seemann cefbf97aa6
webtransport: add PSK to constructor, and fail if it is used (#1929)
That way, it won't be possible to construct a host with a PSK
when WebTransport is enabled. This is desireable since WebTransport doesn't
support private network (same as QUIC).
2022-12-05 12:44:15 -08:00
..
testing quic / webtransport: make it possible to listen on the same address / port (#1905) 2022-11-28 15:55:38 -08:00
addrs.go use multiaddr ipcidr to parse multiaddr filters (#1606) 2022-06-24 00:47:03 -07:00
dial_error.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
dial_sync.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
dial_sync_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
dial_test.go Add Resolver interface to transport (#1719) 2022-09-13 09:36:26 -07:00
dial_worker.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
dial_worker_test.go quic / webtransport: make it possible to listen on the same address / port (#1905) 2022-11-28 15:55:38 -08:00
limiter.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
limiter_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
peers_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
simul_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
swarm.go feat: quic,webtransport: enable both quic-draft29 and quic-v1 addrs on quic. only quic-v1 on webtransport (#1881) 2022-11-17 10:01:19 -08:00
swarm_addr.go transport.Listener,quic: Support multiple QUIC versions with the same Listener. Only return a single multiaddr per listener. (#1923) 2022-12-01 14:06:13 -08:00
swarm_addr_test.go webtransport: add PSK to constructor, and fail if it is used (#1929) 2022-12-05 12:44:15 -08:00
swarm_conn.go tls: use ALPN to negotiate the stream multiplexer (#1772) 2022-10-07 10:34:58 -07:00
swarm_dial.go swarm: move the additional peer ID check to the swarm 2022-11-20 14:29:49 +13:00
swarm_dial_test.go feat: quic,webtransport: enable both quic-draft29 and quic-v1 addrs on quic. only quic-v1 on webtransport (#1881) 2022-11-17 10:01:19 -08:00
swarm_listen.go transport.Listener,quic: Support multiple QUIC versions with the same Listener. Only return a single multiaddr per listener. (#1923) 2022-12-01 14:06:13 -08:00
swarm_net_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
swarm_notif_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
swarm_stream.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
swarm_test.go transport.Listener,quic: Support multiple QUIC versions with the same Listener. Only return a single multiaddr per listener. (#1923) 2022-12-01 14:06:13 -08:00
swarm_transport.go swarm: fix selection of transport for dialing (#1653) 2022-09-15 22:52:51 -07:00
transport_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00
util_test.go switch from github.com/libp2p/go-libp2p-core to core 2022-08-17 17:13:02 +03:00