diff --git a/src/main/java/org/ice4j/ice/harvest/AbstractUdpListener.java b/src/main/java/org/ice4j/ice/harvest/AbstractUdpListener.java index 73349989..4166c06c 100644 --- a/src/main/java/org/ice4j/ice/harvest/AbstractUdpListener.java +++ b/src/main/java/org/ice4j/ice/harvest/AbstractUdpListener.java @@ -260,6 +260,11 @@ public void run() thread.start(); } + public TransportAddress getLocalAddress() + { + return localAddress; + } + /** * Triggers the termination of the threads of this instance. */