Skip to content

Commit

Permalink
Expose AbstractUdpListener.localAddress. (jitsi#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Dec 20, 2023
1 parent 0d8af27 commit d289f12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/org/ice4j/ice/harvest/AbstractUdpListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ public void run()
thread.start();
}

public TransportAddress getLocalAddress()
{
return localAddress;
}

/**
* Triggers the termination of the threads of this instance.
*/
Expand Down

0 comments on commit d289f12

Please sign in to comment.