aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/src/main/java/com/trilead/ssh2/transport/TransportManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Move socket creation out to its own functionKenny Root2015-10-081-123/+18
| | | | | Newer proxy types will need to have a way to create their own sockets, so move this out to its own function to allow that later.
* Remove tcpNoDelay settingKenny Root2015-10-081-11/+0
| | | | | This conflicts with more advanced proxy transports that don't support this, so just remove it altogether.
* Rename project to sshlibKenny Root2015-07-181-0/+750