libp2p/js-libp2p-utp

start and stop accepting connections

Opened this issue · 0 comments

pgte commented

When closing a listener, all the underlying connections are dropped.

Instead, this should behave like webrtc-star, where the peer connections are maintained. (in Webrtc-star, the severed connection is to the discovery service, effectively preventing from knowing new peers.)