libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
260 stars 74 forks source link

More mdns fixes #368

Closed ianopolous closed 2 months ago

ianopolous commented 3 months ago

This fixes mdns discovery when using wildcard listen addresses.

It also adds a method to enable adding PeerListener from java (CopyOnWriteList isn't helpful)

Also allow ipv6 only peers

@Nashatyrev

Nashatyrev commented 3 months ago

@StefanBratanov maybe you have a look?