Comment-only changes to connection_connect
commitb7525c39bff1f43b1437960d7030693942e33274
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 7 Dec 2015 04:59:34 +0000 (7 15:59 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Mon, 7 Dec 2015 05:10:37 +0000 (7 16:10 +1100)
tree7ddac8982ec1655602e7351db49cea0b4d1025db
parent3461bcb10e1910d1bd46a887abe5bf3bd139f0d2
Comment-only changes to connection_connect

port is in host order (addr is tor_addr_t, endianness is abstracted).

addr and port can be different to conn->addr and conn->port if
connecting via a proxy.
src/or/connection.c