jitsi / ice4j

A Java implementation of the ICE protocol
Apache License 2.0
437 stars 232 forks source link

Create a socket pool of multiple sockets bound to the same port #293

Closed JonathanLennox closed 1 month ago

JonathanLennox commented 1 month ago

So we can send from the same local IP and port from multiple threads simultaneously on Java 18+.