git_transport.set_connect_opts

Resets the connect options for the given transport. This is useful for updating settings or callbacks for an already connected transport.

struct git_transport
int function(.git_transport* transport, const(libgit2.remote.git_remote_connect_options)* connect_opts) set_connect_opts;

Meta