From: Junio C Hamano Date: Mon, 27 Jun 2016 16:56:22 +0000 (-0700) Subject: Merge branch 'ew/daemon-socket-keepalive' into maint X-Git-Tag: v2.9.1~39 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a20325a01d089d8274aa4be05d79e6c157e1319 Merge branch 'ew/daemon-socket-keepalive' into maint When "git daemon" is run without --[init-]timeout specified, a connection from a client that silently goes offline can hang around for a long time, wasting resources. The socket-level KEEPALIVE has been enabled to allow the OS to notice such failed connections. * ew/daemon-socket-keepalive: daemon: enable SO_KEEPALIVE for all sockets --- 0a20325a01d089d8274aa4be05d79e6c157e1319