MCPcopy Create free account
hub / github.com/ElementsProject/lightning / connect_finish2

Function connect_finish2

connectd/tor.c:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static struct io_plan *connect_finish2(struct io_conn *conn,
67 struct connecting_socks *connect)
68{
69 status_io(LOG_IO_IN, NULL, "proxy",
70 connect->buffer + SIZE_OF_RESPONSE + SIZE_OF_IPV4_RESPONSE,
71 SIZE_OF_IPV6_RESPONSE - SIZE_OF_IPV4_RESPONSE);
72 status_debug("Now try LN connect out for host %s", connect->host);
73 return connection_out(conn, connect->connect);
74}
75
76static struct io_plan *connect_finish(struct io_conn *conn,
77 struct connecting_socks *connect)

Callers

nothing calls this directly

Calls 2

status_ioFunction · 0.85
connection_outFunction · 0.85

Tested by

no test coverage detected