]> git.ipfire.org Git - thirdparty/git.git/commit
unix-socket: add backlog size option to unix_stream_listen()
authorJeff Hostetler <jeffhost@microsoft.com>
Mon, 15 Mar 2021 21:08:25 +0000 (21:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Mar 2021 21:32:51 +0000 (14:32 -0700)
commit55144ccb0ac48bd2db0b907a8e8123b2befe83d1
tree26f202024706ff1ff2c6fcfa3a3dd82a11193250
parent4f98ce586542a9fc1a2f4b5633dc7edc8922fa8f
unix-socket: add backlog size option to unix_stream_listen()

Update `unix_stream_listen()` to take an options structure to override
default behaviors.  This commit includes the size of the `listen()` backlog.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/credential-cache--daemon.c
unix-socket.c
unix-socket.h