Thread (16 messages) flat view 16 messages, 4 authors, 2016-06-15

Re: [PATCHv2] connect: display connection progress

From: Alex Riesen <hidden>
Date: 2016-06-15 22:43:09

Possibly related (same subject, not in this thread)

On 5/10/07, Michael S. Tsirkin [off-list ref] wrote:
quoted
Quoting Alex Riesen [off-list ref]:
Subject: Re: [PATCHv2] connect: display connection progress

On 5/10/07, Michael S. Tsirkin [off-list ref] wrote:
quoted
-static int git_tcp_connect_sock(char *host)
+static int git_tcp_connect_sock(char *host, int flags)
There is only one bit of flags ever used. What are the others for?
Hmm, I thought it's easier to read
git_tcp_connect_sock(host, NET_QUIET)
It is easier to read. "int flags" isn't easier to understand.
quoted
Why use negative logic?
What was wrong with plain "int verbose"?
I want the default to report connections, and -q
to silence them. Maybe "int quiet"?
It depends. "Quiet" is negative, which automatically
makes the logic harder to follow (for humans, at least),
and you had to put negations all over git_tcp_connect,
exactly because the meaning is exactly the opposite to
what you need.
quoted
What addresses were tried by connect?
You are speaking about your patch reporting the IP on failure?
Yes. Not on failure (not only). Every time an address is tried
to connect.
I think it makes sense, but it's a separate issue, isn't it?
You are just about to make git_tcp_connect verbose,
are you not?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help