* Sebastian Pipping <webmaster <at> hartwork.org> writes:
it seems like the git daemon cannot bind to both IPv4 and IPv6 at the
same time, yet.
It doesn't seem that way here. I just tried to run a git-daemon and
it listened by default on 0.0.0.0:9418 (v4) and :::9418 (v6). I could
connect using either v4 or v6. Is yours behaving differently?
Have a look at the output from "strace -ebind,socket,listen ./git-daemon".
Vineet