Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/trilead-ssh2
  Commit: b9742d81439ce09d76576c13680b80d857d2774c
      
https://github.com/jenkinsci/trilead-ssh2/commit/b9742d81439ce09d76576c13680b80d857d2774c
  Author: Elis Edlund <38726560+elisedlund-erics...@users.noreply.github.com>
  Date:   2020-03-17 (Tue, 17 Mar 2020)

  Changed paths:
    M src/com/trilead/ssh2/LocalPortForwarder.java
    M src/com/trilead/ssh2/channel/LocalAcceptThread.java

  Log Message:
  -----------
  Support for port=0 which means automatically allocated port. (#40)

* Support for setting port=0 which means that its automatically allocated, 
typically from an ephemeral port range

java.net.ServerSocket has support for setting port==0 and will then 
automatically allocate a port.
trilead.LocalPortForwarder handles this fine however as a user its currently 
not possible to figure out which port was actually allocated in the end which 
this fix changes.

* added missing file


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/trilead-ssh2/push/refs/heads/master/9cbc9c-b9742d%40github.com.

Reply via email to