summaryrefslogtreecommitdiff
path: root/doc/design/git-remote-daemon.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-12 18:36:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-12 18:36:48 -0400
commit5ede7f0368c1fab5dedd836f55a91cdc936816c6 (patch)
treebbce5ea15dbb521d42cdd652be0619255f726335 /doc/design/git-remote-daemon.mdwn
parent1434808d1379f3d941ab16868ef7bfabf5381770 (diff)
detect wicd network disconnection events
Diffstat (limited to 'doc/design/git-remote-daemon.mdwn')
-rw-r--r--doc/design/git-remote-daemon.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/git-remote-daemon.mdwn b/doc/design/git-remote-daemon.mdwn
index a0e24198c..7ab428ecc 100644
--- a/doc/design/git-remote-daemon.mdwn
+++ b/doc/design/git-remote-daemon.mdwn
@@ -164,9 +164,6 @@ No pushing is done for CHANGED, since git handles ssh natively.
TODO:
-* For wicd, the NetWatcher does not detect network loss, only network gain.
- So PAUSE is only sent when a new network is detected, followed
- immediately by RESUME. This was already fixed for networkmanager.
* Remote system might not be available. Find a smart way to detect it,
ideally w/o generating network traffic. One way might be to check
if the ssh connection caching control socket exists, for example.