git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] do not reset in_vain on non-novel acks
@ 2016-09-22 18:36 Jonathan Tan
  2016-09-22 18:36 ` [PATCH] fetch-pack: " Jonathan Tan
  2016-09-22 19:20 ` [PATCH] " Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Tan @ 2016-09-22 18:36 UTC (permalink / raw)
  To: git; +Cc: Jonathan Tan

This is regarding the packfile negotiation in fetch-pack. If there is a
concern that MAX_IN_VAIN would be hit too early (as a consequence of the
patch below), I'm currently investigating the possibility of improving
the negotiation ability of the client side further (for example, by
prioritizing refs or heads instead of merely prioritizing by date in the
priority queue of objects), but I thought I'd send the patch out first
anyway to see what others think.

Jonathan Tan (1):
  fetch-pack: do not reset in_vain on non-novel acks

 fetch-pack.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
2.8.0.rc3.226.g39d4020


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-23 19:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 18:36 [PATCH] do not reset in_vain on non-novel acks Jonathan Tan
2016-09-22 18:36 ` [PATCH] fetch-pack: " Jonathan Tan
2016-09-22 20:05   ` Junio C Hamano
2016-09-23 17:41     ` [PATCH v2] " Jonathan Tan
2016-09-23 19:40       ` Junio C Hamano
2016-09-22 19:20 ` [PATCH] " Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).